Common Logging 2.0 API Reference

AbstractLogger.Trace Method

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

Overload List

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

public virtual void Trace(Action<FormatMessageHandler>)

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

public virtual void Trace(Action<FormatMessageHandler>,Exception)

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

public virtual void Trace(IFormatProvider,Action<FormatMessageHandler>)

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

public virtual void Trace(IFormatProvider,Action<FormatMessageHandler>,Exception)

Log a message object with the Trace level.

public virtual void Trace(object)

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

public virtual void Trace(object,Exception)

See Also

AbstractLogger Class | Common.Logging.Factory Namespace