Common Logging 2.0 API Reference

AbstractLogger.Warn(Object, Exception) Method

Log a message object with the Warn level including the stack Warn of the Exception passed as a parameter.

[Visual Basic]
Public Overridable Overloads Sub Warn( _
   ByVal message As Object, _
   ByVal exception As Exception _
) _
    Implements ILog.Warn
[C#]
public virtual void Warn(
   object message,
   Exception exception
);

Parameters

message
The message object to log.
exception
The exception to log, including its stack Warn.

Implements

ILog.Warn

See Also

AbstractLogger Class | Common.Logging.Factory Namespace | AbstractLogger.Warn Overload List