Class: ActiveLogger::Appenders::Stderr

Inherits:
ActiveSupport::Logger
  • Object
show all
Includes:
Base
Defined in:
lib/active_logger/appenders/streams.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods included from Base

#default_formatter

Constructor Details

#initialize(options) ⇒ Stderr

Returns a new instance of Stderr.



16
17
18
# File 'lib/active_logger/appenders/streams.rb', line 16

def initialize(options)
  super(STDERR, *options)
end