Common Logging 2.0 API Reference

ILog.ErrorFormat Method

Log a message with the Error level.

Overload List

Log a message with the Error level.

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

Log a message with the Error level.

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

Log a message with the Error level.

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

Log a message with the Error level.

void ErrorFormat(string,params object[])

See Also

ILog Interface | Common.Logging Namespace