class Log4r::StderrOutputter
Same as IOOutputter(name, $stderr)
Public Class Methods
Source
# File lib/log4r/outputter/consoleoutputters.rb, line 14 def initialize(_name, hash={}) super(_name, $stderr, hash) end
Calls superclass method