Module: ActiveSupport::BufferedLogger::Severity

Included in:
ActiveSupport::BufferedLogger
Defined in:
lib/active_support/buffered_logger.rb

Constant Summary collapse

DEBUG =
0
INFO =
1
WARN =
2
ERROR =
3
FATAL =
4
UNKNOWN =
5