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