Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ILogExtensions.InfoFormatExt�Method

Logs a formatted message string with the Info level.

Overload List

Logs a formatted message string with the Info level.

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

Logs a formatted message string with the Info level.

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

Logs a formatted message string with the Info level.

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

Logs a formatted message string with the Info level.

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

Logs a formatted message string with the Info level.

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

See Also

ILogExtensions Class | log4net.Util Namespace | Info | IsInfoEnabled