Warning

ILogger.Warning method

Writes a warning message. Warning log messages provide information about unexpected and recoverable events 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