Class: ActiveLogger::Appenders::Stdout

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) ⇒ Stdout

Returns a new instance of Stdout.



8
9
10
# File 'lib/active_logger/appenders/streams.rb', line 8

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