Class: Usps::Imis::Logger

Inherits:
Logger
  • Object
show all
Includes:
LoggerHelpers
Defined in:
lib/usps/imis/logger.rb

Overview

Formatted logger with additional helpers

Instance Method Summary collapse

Methods included from LoggerHelpers

#json, #multiline

Constructor Details

#initializeLogger

Returns a new instance of Logger.



13
14
15
16
# File 'lib/usps/imis/logger.rb', line 13

def initialize(...)
  super
  self.formatter = LoggerFormatter.new
end