LoggingExtensions.LogDebugAsync(ILogger, String) Method

Definition

Logs a message with the debug log level.

public static System.Threading.Tasks.Task LogDebugAsync(this Microsoft.Testing.Platform.Logging.ILogger logger, string message);
static member LogDebugAsync : Microsoft.Testing.Platform.Logging.ILogger * string -> System.Threading.Tasks.Task
<Extension()>
Public Function LogDebugAsync (logger As ILogger, message As String) As Task

Parameters

logger
ILogger

The logger.

message
String

The message.

Returns

Applies to