log4net SDK Reference

LogImpl.ErrorFormat Method

[This is preliminary documentation and subject to change.]

Logs a formatted message string with the ERROR level.

Overload List

Logs a formatted message string with the ERROR level.

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

Logs a formatted message string with the ERROR level.

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

See Also

LogImpl Class | log4net.Core Namespace