Class: MintLogger::Formatters::VariableFormatter
- Inherits:
-
Object
- Object
- MintLogger::Formatters::VariableFormatter
- Includes:
- Utils::Common
- Defined in:
- src/mintpress-logger/lib/mintpress-logger/formatters/variable_formatter.rb
Properties (Read/Write)
Properties (Read Only)
Instance Method Summary collapse
- #debug_variable(variable_name, variable, include_obj_ids, calling_method) ⇒ Object
- #format_hash(enum_name, enum, args) ⇒ Object
- #format_variable(prompt, variable, args) ⇒ Object
- #include_object_ids(flag) ⇒ Object
-
#initialize(multi_logger) ⇒ VariableFormatter
constructor
A new instance of VariableFormatter.
Methods included from Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send
Constructor Details
#initialize(multi_logger) ⇒ VariableFormatter
Returns a new instance of VariableFormatter.