Class: MintLogger::LogPrefixElements

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

Properties (Read/Write)

Properties (Read Only)

Instance Attribute Summary collapse

Class Method 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(elements:, date_format: nil) ⇒ LogPrefixElements

Returns a new instance of LogPrefixElements.

Instance Attribute Details

#date_formatObject (readonly)

Returns the value of attribute date_format.

#elementsObject (readonly)

Returns the value of attribute elements.

Class Method Details

.date_formatObject

.date_prefixObject

.default_prefix_elementsObject

.progname_prefixObject

.severity_prefixObject

Instance Method Details

#message_prefix(**log_formatter_values) ⇒ Object