Log a formatted string with the Debug level.
Logs a formatted message string with the Debug level.
void DebugFormat(IFormatProvider,string,params object[]);
Logs a formatted message string with the Debug level.
void DebugFormat(string,object);
Logs a formatted message string with the Debug level.
void DebugFormat(string,object,object);
Logs a formatted message string with the Debug level.
void DebugFormat(string,object,object,object);
Logs a formatted message string with the Debug level.
void DebugFormat(string,params object[]);
ILog Interface | log4net Namespace | Debug | IsDebugEnabled