Common Logging 2.0 API Reference

AbstractLogger.Error Method

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

Overload List

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

public virtual void Error(Action<FormatMessageHandler>)

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

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

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

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

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

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

Log a message object with the Error level.

public virtual void Error(object)

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

public virtual void Error(object,Exception)

See Also

AbstractLogger Class | Common.Logging.Factory Namespace