module VidazingLogger::Filters::Levels
Filter log messages strictly by Levels
. Levels
…
@see Levels::ALL @api private @since 0.2.0
Constants
- ALL
Public Class Methods
error()
click to toggle source
Filter for error messages
# File lib/vidazing_logger/filters/levels.rb, line 26 def error %i[error fatal] end
normal()
click to toggle source
Filter for normal messages
# File lib/vidazing_logger/filters/levels.rb, line 21 def normal %i[debug info warn] end