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