Class: DasCatalog::StdLogger
- Inherits:
-
Logger
- Object
- Logger
- DasCatalog::StdLogger
- Defined in:
- lib/das_catalog/std_logger.rb
Instance Method Summary collapse
-
#initialize ⇒ StdLogger
constructor
A new instance of StdLogger.
Constructor Details
#initialize ⇒ StdLogger
Returns a new instance of StdLogger.
6 7 8 9 |
# File 'lib/das_catalog/std_logger.rb', line 6 def initialize @logger = ::Logger.new(STDOUT) super(@logger) end |