Warning

ILogger.Warning method

Writes warning log message; Warning log messages provides information about unexpected and recoverable event in application flow.

public void Warning(string message)
Parameter Type Description
message String The warning message.

Exceptions

exception condition
ArgumentNullException Thrown when message is null.

See Also