ILog FatalFormat Method (String, Object, Object, Object)Apache log4net™ SDK Documentation
Logs a formatted message string with the Fatal level.

Namespace: log4net
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

void FatalFormat(
	string format,
	Object arg0,
	Object arg1,
	Object arg2
)
Remarks

The message is formatted using the String.Format method. See [M:String.Format(string, object[])] for details of the syntax of the format string and the behavior of the formatting.

This method does not take an OnlineException object to include in the log event. To pass an OnlineException use one of the [M:Fatal(object,Exception)] methods instead.

See Also

[M:Fatal(object)]