Class: Log4r::StdoutOutputter

Inherits:
IOOutputter show all
Defined in:
lib/log4r/outputter/consoleoutputters.rb

Overview

Same as IOOutputter(name, $stdout)

Instance Attribute Summary

Attributes inherited from Outputter

#formatter, #level, #name

Instance Method Summary collapse

Methods inherited from IOOutputter

#close, #closed?

Methods inherited from Outputter

[], []=, each, each_outputter, #flush, #only_at, stderr, stdout

Constructor Details

#initialize(_name, hash = {}) ⇒ StdoutOutputter

Returns a new instance of StdoutOutputter.



7
8
9
# File 'lib/log4r/outputter/consoleoutputters.rb', line 7

def initialize(_name, hash={})
  super(_name, $stdout, hash)
end