Common Logging 2.0 API Reference

AbstractLogger.InfoFormat Method

Log a message with the Info level.

Overload List

Log a message with the Info level.

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

Log a message with the Info level.

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

Log a message with the Info level.

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

Log a message with the Info level.

public virtual void InfoFormat(string,params object[])

See Also

AbstractLogger Class | Common.Logging.Factory Namespace