log4net SDK Reference

LogImpl.InfoFormat Method

Logs a formatted message string with the INFO level.

Overload List

Logs a formatted message string with the INFO level.

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

Logs a formatted message string with the INFO level.

public virtual void InfoFormat(string,object);

Logs a formatted message string with the INFO level.

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

Logs a formatted message string with the INFO level.

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

Logs a formatted message string with the INFO level.

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

See Also

LogImpl Class | log4net.Core Namespace