class Log4r::StdoutOutputter

Same as IOOutputter(name, $stdout)

Public Class Methods

new(_name, hash={}) click to toggle source
Calls superclass method
# File lib/log4r/outputter/consoleoutputters.rb, line 7
def initialize(_name, hash={})
  super(_name, $stdout, hash)
end