Interface IInternalDiagnosticMessage
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
This message is sent when xUnit.net itself wants to log internal messages and state that are typically only used by the xUnit.net team to gain a deeper understanding of potential end user issues. These messages are rarely useful to end users directly, and may result in very noisy logs. This is typically not displayed unless the user has explicit asked for internal diagnostic messages to be displayed (see on how to enable display of internal diagnostic messages).
public interface IInternalDiagnosticMessage : IMessageSinkMessage, IJsonSerializable
- Inherited Members
Properties
- Message
Gets the internal diagnostic message.