Click or drag to resize

NoOpLoggerDebug Method (ActionFormatMessageHandler, Exception)

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

Parameters

formatMessageCallback
Type: SystemActionFormatMessageHandler
exception
Type: SystemException

Implements

ILogDebug(ActionFormatMessageHandler, Exception)
See Also