Click or drag to resize

ILog.Warn Method (Action<FormatMessageHandler>, Exception)

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

Parameters

formatMessageCallback
Type: System.Action<FormatMessageHandler>
exception
Type: System.Exception
See Also