Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ILogExtensions.ErrorFormatExt�Method

Logs a formatted message string with the Error level.

Overload List

Logs a formatted message string with the Error level.

public�static�void�ErrorFormatExt(ILog,IFormatProvider,string,params�object[]);

Logs a formatted message string with the Error level.

public�static�void�ErrorFormatExt(ILog,string,object);

Logs a formatted message string with the Error level.

public�static�void�ErrorFormatExt(ILog,string,object,object);

Logs a formatted message string with the Error level.

public�static�void�ErrorFormatExt(ILog,string,object,object,object);

Logs a formatted message string with the Error level.

public�static�void�ErrorFormatExt(ILog,string,params�object[]);

See Also

ILogExtensions Class | log4net.Util Namespace | Error | IsErrorEnabled