log4net SDK Reference

LogImpl.Debug Method

Logs a message object with the DEBUG level.

Overload List

Logs a message object with the DEBUG level.

public virtual void Debug(object);

Logs a message object with the DEBUG level

public virtual void Debug(object,Exception);

See Also

LogImpl Class | log4net.Core Namespace