Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ILog.Warn�Method

Log a message object with the Warn level.

Overload List

Log a message object with the Warn level.

void�Warn(object);

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

void�Warn(object,Exception);

See Also

ILog Interface | log4net Namespace | Warn | IsWarnEnabled