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

AbstractLogger.IsInfoEnabled Property

Returns true if the current LogLevel is greater than or equal to Info. If it is, only messages with a LogLevel of Info, Warn, Error, and Fatal will be sent to Out.

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

Implements

ILog.

See Also

AbstractLogger Class | IBatisNet.Common.Logging.Impl Namespace