log4net SDK Reference

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