LoggingExtensions.LogDebug(ILogger, String) Method

Definition

Logs a message with the debug log level.

public static void LogDebug(this Microsoft.Testing.Platform.Logging.ILogger logger, string message);
static member LogDebug : Microsoft.Testing.Platform.Logging.ILogger * string -> unit
<Extension()>
Public Sub LogDebug (logger As ILogger, message As String)

Parameters

logger
ILogger

The logger.

message
String

The message to log.

Applies to