Click or drag to resize

NoOpLoggerFatal 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 Fatal(
	Action<FormatMessageHandler> formatMessageCallback,
	Exception exception
)

Parameters

formatMessageCallback
Type: SystemActionFormatMessageHandler
exception
Type: SystemException

Implements

ILogFatal(ActionFormatMessageHandler, Exception)
See Also