Log a formatted message string with the Fatal level.
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[]);
ILog Interface | log4net Namespace | Fatal | IsFatalEnabled