A logging severity level.
0 Used for tracing the code and trying to find one part of a function specifically.
1 Used for information that is diagnostically helpful to people more than just developers (IT, sysadmins, etc.).
2 Used for generally useful information to log.
3 Used for normal but significant conditions.
4 Used for conditions that can potentially cause application oddities, but that can be automatically recovered.
5 Used for any error that is fatal to the operation, but not to the service or application.
6 Used for any error that is forcing a shutdown of the service or application
7 Used only for severity level filter.
Returns true if this enum value equals Debug
Returns true if this enum value equals Error
Returns true if this enum value equals Fatal
Returns true if this enum value equals Info
Returns true if this enum value equals None
Returns true if this enum value equals Notice
Returns true if this enum value equals Trace
Returns true if this enum value equals Warn
Enum
Enum
Enum
Enum
Comparable(Enum)
Value
Object
Object
Object
© 2012–2026 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/1.19.0/Log/Severity.html