Common Logging 2.0 API Reference

ILog.InfoFormat Method

Log a message with the Info level.

Overload List

Log a message with the Info level.

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

Log a message with the Info level.

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

Log a message with the Info level.

void InfoFormat(string,Exception,params object[])

Log a message with the Info level.

void InfoFormat(string,params object[])

See Also

ILog Interface | Common.Logging Namespace