Common Logging 2.0 API Reference

AbstractLogger.Warn Method

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

Overload List

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

public virtual void Warn(Action<FormatMessageHandler>)

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

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

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

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

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

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

Log a message object with the Warn level.

public virtual void Warn(object)

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

public virtual void Warn(object,Exception)

See Also

AbstractLogger Class | Common.Logging.Factory Namespace