ILogExtensions DebugExt Method (ILog, Func, Void)Apache log4net™ SDK Documentation

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

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

public static void DebugExt(
	this ILog logger,
	Func callback,
	void exception
)

Parameters

logger
Type: log4net ILog

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

callback
Type: OnlineSystem Func TResult 

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

exception
Type: OnlineSystem Void

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

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