Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LogImpl.ErrorFormat�Method

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,object);

Logs a formatted message string with the ERROR level.

public�virtual�void�ErrorFormat(string,object,object);

Logs a formatted message string with the ERROR level.

public�virtual�void�ErrorFormat(string,object,object,object);

Logs a formatted message string with the ERROR level.

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

See Also

LogImpl Class | log4net.Core Namespace