iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

AbstractLogger.IsDebugEnabled Property

Returns true if the current LogLevel is greater than or equal to Debug. If it is, all messages will be sent to Out.

[Visual Basic]
NotOverridable Public ReadOnly Property IsDebugEnabled As  _
    Implements ILog.
[C#]
public Boolean IsDebugEnabled {get;}

Implements

ILog.

See Also

AbstractLogger Class | IBatisNet.Common.Logging.Impl Namespace