Common Logging 2.0 API Reference

ILog.Debug Method

Log a message with the Debug level using a callback to obtain the message

Overload List

Log a message with the Debug level using a callback to obtain the message

void Debug(Action<FormatMessageHandler>)

Log a message with the Debug level using a callback to obtain the message

void Debug(Action<FormatMessageHandler>,Exception)

Log a message with the Debug level using a callback to obtain the message

void Debug(IFormatProvider,Action<FormatMessageHandler>)

Log a message with the Debug level using a callback to obtain the message

void Debug(IFormatProvider,Action<FormatMessageHandler>,Exception)

Log a message object with the Debug level.

void Debug(object)

Log a message object with the Debug level including the stack trace of the Exception passed as a parameter.

void Debug(object,Exception)

See Also

ILog Interface | Common.Logging Namespace