ILogExtensions.ErrorExt Method (ILog, Func)Apache log4netâ„¢ SDK Documentation

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

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

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

Parameters

logger
Type: log4net.ILog

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

callback
Type: OnlineSystem.Func<TResult>

[Missing <param name="callback"/> documentation for "M:log4net.Util.ILogExtensions.ErrorExt(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 OnlineExtension Methods (Visual Basic) or OnlineExtension Methods (C# Programming Guide).
See Also