Common Logging 2.0 API Reference

AbstractLogger.WarnFormat Method

Log a message with the Warn level.

Overload List

Log a message with the Warn level.

public virtual void WarnFormat(IFormatProvider,string,Exception,params object[])

Log a message with the Warn level.

public virtual void WarnFormat(IFormatProvider,string,params object[])

Log a message with the Warn level.

public virtual void WarnFormat(string,Exception,params object[])

Log a message with the Warn level.

public virtual void WarnFormat(string,params object[])

See Also

AbstractLogger Class | Common.Logging.Factory Namespace