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

AbstractLogger.IsFatalEnabled Property

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.

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

Implements

ILog.

See Also

AbstractLogger Class | IBatisNet.Common.Logging.Impl Namespace