Common Logging 2.0 API Reference

NoOpLogger.Warn(Action) Method

Ignores message.

[Visual Basic]
Public NotOverridable Overloads Sub Warn( _
   ByVal formatMessageCallback As Action(Of FormatMessageHandler) _
) _
    Implements ILog.Warn
[C#]
public void Warn(
   Action<FormatMessageHandlerformatMessageCallback
);

Parameters

formatMessageCallback
A callback used by the logger to obtain the message if log level is matched

Implements

ILog.Warn

See Also

NoOpLogger Class | Common.Logging.Simple Namespace | NoOpLogger.Warn Overload List