log4net SDK Reference

LogImpl.DebugFormat Method

[This is preliminary documentation and subject to change.]

Logs a formatted message string with the DEBUG level.

Overload List

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,params object[]);

See Also

LogImpl Class | log4net.Core Namespace