Click or drag to resize

ILogExtentionsVerbose Method (ILog, String, Exception)

Namespace:  LynceeTec.LogTools
Assembly:  LynceeTec.LogTools (in LynceeTec.LogTools.dll) Version: 9.2.6612.0 , built 2022-07-14 10:49:53 UTC
Syntax
public static void Verbose(
	this ILog log,
	string message,
	Exception exception
)

Parameters

log
Type: ILog
message
Type: SystemString
exception
Type: SystemException

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