ValkeyLogLevel class
Defines logging severity levels.
Follows the levels from package:logging.
Constructors
- ValkeyLogLevel(String name, int value)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator <(
ValkeyLogLevel other) → bool -
operator <=(
ValkeyLogLevel other) → bool -
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- EnableValkeyLog → const bool
- Enables logging.
- error → const ValkeyLogLevel
- Error messages
- FINE → const ValkeyLogLevel
- fine → const ValkeyLogLevel
- Fine-grained tracing
- INFO → const ValkeyLogLevel
- info → const ValkeyLogLevel
- Informational messages
- OFF → const ValkeyLogLevel
- off → const ValkeyLogLevel
- Disables logging.
- SEVERE → const ValkeyLogLevel
- severe → const ValkeyLogLevel
- Serious failures
- WARNING → const ValkeyLogLevel
- warning → const ValkeyLogLevel
- Potential problems