Class: MintLogger::LogLevels
- Inherits:
-
Object
- Object
- MintLogger::LogLevels
- Includes:
- Utils::Common
- Defined in:
- src/mintpress-logger/lib/mintpress-logger/log_levels.rb
Properties (Read/Write)
Properties (Read Only)
Instance Attribute Summary collapse
-
#code_defined_levels ⇒ Object
Returns the value of attribute code_defined_levels.
-
#current_level ⇒ Object
Returns the value of attribute current_level.
-
#current_log_levels ⇒ Object
Returns the value of attribute current_log_levels.
Class Method Summary collapse
Instance Method Summary collapse
- #ancestor_with_log_level(logging_object_id) ⇒ Object
- #change_logger_level(parent_path) ⇒ Object
- #current_ruby_level ⇒ Object
-
#initialize ⇒ LogLevels
constructor
A new instance of LogLevels.
- #logging_at?(log_level) ⇒ Boolean
Methods included from Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send
Constructor Details
#initialize ⇒ LogLevels
Returns a new instance of LogLevels.
Instance Attribute Details
#code_defined_levels ⇒ Object
Returns the value of attribute code_defined_levels.
#current_level ⇒ Object
Returns the value of attribute current_level.
#current_log_levels ⇒ Object
Returns the value of attribute current_log_levels.