LoggingExtensions.LogDebugAsync(ILogger, String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logs a message with the debug log level.
C#
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
- logger
- ILogger
The logger.
- message
- String
The message.
Produit | Versions |
---|---|
Microsoft Testing Platform | 1.0.2, 1.1.0, 1.2.1, 1.3.2, 1.4.3, 1.5.3, 1.6.0 |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner des problèmes et des demandes de tirage (pull requests). Pour plus d’informations, consultez notre guide du contributeur.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :