Warning

FileLogger.Warning method

Writes warning message to the console; Warning log messages provide information about the 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