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.

See Also