Common Logging 2.0 API Reference

ILog.WarnFormat Method

Log a message with the Warn level.

Overload List

Log a message with the Warn level.

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

Log a message with the Warn level.

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

Log a message with the Warn level.

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

Log a message with the Warn level.

void WarnFormat(string,params object[])

See Also

ILog Interface | Common.Logging Namespace