Common Logging 2.0 API Reference

AbstractLogger.FatalFormat Method

Log a message with the Fatal level.

Overload List

Log a message with the Fatal level.

public virtual void FatalFormat(IFormatProvider,string,Exception,params object[])

Log a message with the Fatal level.

public virtual void FatalFormat(IFormatProvider,string,params object[])

Log a message with the Fatal level.

public virtual void FatalFormat(string,Exception,params object[])

Log a message with the Fatal level.

public virtual void FatalFormat(string,params object[])

See Also

AbstractLogger Class | Common.Logging.Factory Namespace