log4net SDK Reference

LogImpl.FatalFormat Method

[This is preliminary documentation and subject to change.]

Logs a formatted message string with the FATAL level.

Overload List

Logs a formatted message string with the FATAL level.

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

Logs a formatted message string with the FATAL level.

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

See Also

LogImpl Class | log4net.Core Namespace