Version:
LogDebug(ILogger logger, string message) Method
Logs the specified message with a debug log level.
Syntax
public
static
void LogDebug(ILogger logger, string message)
Parameters
- logger
- Type: ILogger
The logger to use.
- message
- Type: string
The message to log.
Exceptions
System.ArgumentNullException
|
logger is null (Nothing in Visual Basic).
|