Logs a formatted message string with the INFO level. 
 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[]);
LogImpl Class | log4net.Core Namespace