Class: MintLogger::Formatters::StringFormatter

Inherits:
BaseFormatter show all
Defined in:
src/mintpress-logger/lib/mintpress-logger/formatters/string_formatter.rb

Properties (Read/Write)

Properties (Read Only)

Constant Summary collapse

PROMPT_LENGTH =
20

Instance Method Summary collapse

Methods inherited from BaseFormatter

#initialize

Methods included from Utils::Common

#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send

Constructor Details

This class inherits a constructor from MintLogger::Formatters::BaseFormatter

Instance Method Details

#format(variable_name, variable, variable_clazz = nil) ⇒ Object