Log a message with the Debug level using a callback to obtain the message
Log a message with the Debug level using a callback to obtain the message
public virtual void Debug(Action<FormatMessageHandler>)
Log a message with the Debug level using a callback to obtain the message
public virtual void Debug(Action<FormatMessageHandler>,Exception)
Log a message with the Debug level using a callback to obtain the message
public virtual void Debug(IFormatProvider,Action<FormatMessageHandler>)
Log a message with the Debug level using a callback to obtain the message
public virtual void Debug(IFormatProvider,Action<FormatMessageHandler>,Exception)
Log a message object with the Debug level.
public virtual void Debug(object)
Log a message object with the Debug level including the stack Debug of the Exception passed as a parameter.
public virtual void Debug(object,Exception)
AbstractLogger Class | Common.Logging.Factory Namespace