Common Logging 2.0 API Reference

AbstractLogger.ErrorFormat Method

Log a message with the Error level.

Overload List

Log a message with the Error level.

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

Log a message with the Error level.

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

Log a message with the Error level.

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

Log a message with the Error level.

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

See Also

AbstractLogger Class | Common.Logging.Factory Namespace