Module: Logger::Severity
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | lib/logger.rb |
Overview
Logging severity.
Constant Summary
-
DEBUG =
Low-level information, mostly for developers.
0
-
ERROR =
A handleable error condition.
3
-
FATAL =
An unhandleable error that results in a program crash.
4
-
INFO =
Generic (useful) information about system operation.
1
-
UNKNOWN =
An unknown message that should always be logged.
5
-
WARN =
A warning.
2