Log a message object with the Warn level.
�
public�static�void�WarnExt(ILog,0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]);
�
public�static�void�WarnExt(ILog,0, Culture=neutral, PublicKeyToken=b77a5c561934e089]],Exception);
Log a message object with the Warn level.
public�static�void�WarnExt(ILog,object);
Log a message object with the Warn level including the stack trace of the Exception passed as a parameter.
public�static�void�WarnExt(ILog,object,Exception);
ILogExtensions Class | log4net.Util Namespace