Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ILog.FatalFormat�Method

Log a formatted message string with the Fatal level.

Overload List

Logs a formatted message string with the Fatal level.

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

Logs a formatted message string with the Fatal level.

void�FatalFormat(string,object);

Logs a formatted message string with the Fatal level.

void�FatalFormat(string,object,object);

Logs a formatted message string with the Fatal level.

void�FatalFormat(string,object,object,object);

Logs a formatted message string with the Fatal level.

void�FatalFormat(string,params�object[]);

See Also

ILog Interface | log4net Namespace | Fatal | IsFatalEnabled