Class: Usps::Imis::Logger
- Inherits:
-
Logger
- Object
- Logger
- Usps::Imis::Logger
- Includes:
- LoggerHelpers
- Defined in:
- lib/usps/imis/logger.rb
Overview
Formatted logger with additional helpers
Instance Method Summary collapse
-
#initialize ⇒ Logger
constructor
A new instance of Logger.
Methods included from LoggerHelpers
Constructor Details
#initialize ⇒ Logger
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 |