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