Logs a formatted message string with the DEBUG level. 
 Logs a formatted message string with the DEBUG level. 
public virtual void DebugFormat(IFormatProvider,string,params object[]);
 Logs a formatted message string with the DEBUG level. 
public virtual void DebugFormat(string,object);
 Logs a formatted message string with the DEBUG level. 
public virtual void DebugFormat(string,object,object);
 Logs a formatted message string with the DEBUG level. 
public virtual void DebugFormat(string,object,object,object);
 Logs a formatted message string with the DEBUG level. 
public virtual void DebugFormat(string,params object[]);
LogImpl Class | log4net.Core Namespace