Class: Log4r::StderrOutputter
- Inherits:
-
IOOutputter
- Object
- Monitor
- Outputter
- IOOutputter
- Log4r::StderrOutputter
- Defined in:
- lib/log4r-color/outputter/consoleoutputters.rb
Overview
Same as IOOutputter(name, $stderr)
Instance Attribute Summary
Attributes inherited from Outputter
#colors, #formatter, #level, #name
Instance Method Summary collapse
-
#initialize(_name, hash = {}) ⇒ StderrOutputter
constructor
A new instance of StderrOutputter.
Methods inherited from IOOutputter
Methods inherited from Outputter
[], []=, color, each, each_outputter, #flush, #level_key, #only_at, stderr, stdout
Constructor Details
#initialize(_name, hash = {}) ⇒ StderrOutputter
Returns a new instance of StderrOutputter.
15 16 17 |
# File 'lib/log4r-color/outputter/consoleoutputters.rb', line 15 def initialize(_name, hash={}) super(_name, $stderr, hash) end |