ILogExtensions FatalExt Method (ILog, Object, Exception)Apache log4net™ SDK Documentation
Log a message object with the Fatal level including the stack trace of the OnlineException passed as a parameter.

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

public static void FatalExt(
	this ILog logger,
	Object message,
	Exception exception
)

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ILog. When you use instance method syntax to call this method, omit the first parameter. For more information, see OnlineExtension Methods (Visual Basic) or OnlineExtension Methods (C# Programming Guide).
Remarks

See the FatalExt(ILog, Object) form for more detailed information.

See Also