Log a message with the Warn level using a callback to obtain the message
Log a message with the Warn level using a callback to obtain the message
void Warn(Action<FormatMessageHandler>)
Log a message with the Warn level using a callback to obtain the message
void Warn(Action<FormatMessageHandler>,Exception)
Log a message with the Warn level using a callback to obtain the message
void Warn(IFormatProvider,Action<FormatMessageHandler>)
Log a message with the Warn level using a callback to obtain the message
void Warn(IFormatProvider,Action<FormatMessageHandler>,Exception)
Log a message object with the Warn level.
void Warn(object)
Log a message object with the Warn level including the stack trace of the Exception passed as a parameter.
void Warn(object,Exception)
ILog Interface | Common.Logging Namespace