Click or drag to resize

AbstractLoggerFatal Method (ActionFormatMessageHandler, Exception)

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

Parameters

formatMessageCallback
Type: SystemActionFormatMessageHandler
exception
Type: SystemException

Implements

ILogFatal(ActionFormatMessageHandler, Exception)
See Also