Class: MintLogger::LogPrefix

Inherits:
Object
  • Object
show all
Includes:
Utils::Common
Defined in:
src/mintpress-logger/lib/mintpress-logger/log_prefix.rb

Properties (Read/Write)

Properties (Read Only)

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Utils::Common

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

Constructor Details

#initialize(prefix:, suffix:, element:) ⇒ LogPrefix

Returns a new instance of LogPrefix.

Instance Attribute Details

#element_typeObject (readonly)

Returns the value of attribute element_type.

#element_value_prefixObject (readonly)

Returns the value of attribute element_value_prefix.

#element_value_suffixObject (readonly)

Returns the value of attribute element_value_suffix.

Instance Method Details

#==(other) ⇒ Object

#format_val(log_formatter_values) ⇒ Object