Common Logging 2.0 API Reference

AbstractLogger.Fatal Method

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

Overload List

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

public virtual void Fatal(Action<FormatMessageHandler>)

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

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

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

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

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

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

Log a message object with the Fatal level.

public virtual void Fatal(object)

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

public virtual void Fatal(object,Exception)

See Also

AbstractLogger Class | Common.Logging.Factory Namespace