ILogExtensionsFatalExt Method (ILog, Func)Apache log4net™ SDK Documentation

[Missing <summary> documentation for "M:log4net.Util.ILogExtensions.FatalExt(log4net.ILog,System.Func`1)"]

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public static void FatalExt(
	this ILog logger,
	Func callback
)

Parameters

logger
Type: log4netILog

[Missing <param name="logger"/> documentation for "M:log4net.Util.ILogExtensions.FatalExt(log4net.ILog,System.Func`1)"]

callback
Type: SystemFuncTResult

[Missing <param name="callback"/> documentation for "M:log4net.Util.ILogExtensions.FatalExt(log4net.ILog,System.Func`1)"]

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 Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference