Click or drag to resize

ILog.Trace Method (Action<FormatMessageHandler>)

Namespace:  Common.Logging
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
void Trace(
	Action<FormatMessageHandler> formatMessageCallback
)

Parameters

formatMessageCallback
Type: System.Action<FormatMessageHandler>
See Also