Click or drag to resize

NoOpLoggerWarn Method (IFormatProvider, ActionFormatMessageHandler)

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

Parameters

formatProvider
Type: SystemIFormatProvider
formatMessageCallback
Type: SystemActionFormatMessageHandler

Implements

ILogWarn(IFormatProvider, ActionFormatMessageHandler)
See Also