Common Logging 2.0 API Reference

ILog.FatalFormat Method

Log a message with the Fatal level.

Overload List

Log a message with the Fatal level.

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

Log a message with the Fatal level.

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

Log a message with the Fatal level.

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

Log a message with the Fatal level.

void FatalFormat(string,params object[])

See Also

ILog Interface | Common.Logging Namespace