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

AbstractLogger Properties

The properties of the AbstractLogger class are listed below. For a complete list of AbstractLogger class members, see the AbstractLogger Members topic.

Public Instance Properties

IsDebugEnabled Returns true if the current LogLevel is greater than or equal to Debug. If it is, all messages will be sent to Out.
IsErrorEnabled Returns true if the current LogLevel is greater than or equal to Error. If it is, only messages with a LogLevel of Error and Fatal will be sent to Out.
IsFatalEnabled Returns true if the current LogLevel is greater than or equal to Fatal. If it is, only messages with a LogLevel of Fatal will be sent to Out.
IsInfoEnabled 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.
IsWarnEnabled Returns true if the current LogLevel is greater than or equal to Warn. If it is, only messages with a LogLevel of Warn, Error, and Fatal will be sent to Out.

See Also

AbstractLogger Class | IBatisNet.Common.Logging.Impl Namespace