log4net SDK Reference

ILog.InfoFormat Method

Log a formatted message string with the Info level.

Overload List

Logs a formatted message string with the Info level.

void InfoFormat(IFormatProvider,string,params object[]);

Logs a formatted message string with the Info level.

void InfoFormat(string,object);

Logs a formatted message string with the Info level.

void InfoFormat(string,object,object);

Logs a formatted message string with the Info level.

void InfoFormat(string,object,object,object);

Logs a formatted message string with the Info level.

void InfoFormat(string,params object[]);

See Also

ILog Interface | log4net Namespace | Info | IsInfoEnabled