Click or drag to resize

ILogExtentionsVerbose(ILog, String, Exception) Method


Namespace: LynceeTec.LogTools
Assembly: LynceeTec.LogTools (in LynceeTec.LogTools.dll) Version: 10.2.3317.0 , built 2025-03-17 14:02:54 UTC
Syntax
public static void Verbose(
	this ILog log,
	string message,
	Exception exception
)

Parameters

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