Logs a message object with the WARN level
            
Namespace: log4net.CoreAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- message
- Type:  System Object System Object
 The message object to log.
- exception
- Type:  System Exception System Exception
 The exception to log, including its stack trace.
Implements
ILog Warn(Object, Exception)Remarks
            Logs a message object with the WARN level including
            the stack trace of the  Exceptionexception 
            passed as a parameter.
Exceptionexception 
            passed as a parameter.
            
See the [M:Warn(object)] form for more detailed information.
See Also
[M:Warn(object)]