Click or drag to resize

NoOpLogger.Info Method (Action<FormatMessageHandler>, Exception)

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

Parameters

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

Implements

ILog.Info(Action<FormatMessageHandler>, Exception)
See Also