|
Class Log4r::Outputter
|
In: |
log4r/outputter/staticoutputter.rb
log4r/outputter/staticoutputter.rb
log4r/outputter/staticoutputter.rb
|
Parent: |
Object
|
|
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[R] |
:formatter |
|
[R] |
:level |
|
[R] |
:name |
|
Yields each outputter's name and reference.
dynamically change the level
Set the levels to log. All others will be ignored
Dynamically change the formatter. You can just specify a Class object and
the formatter will invoke new or instance on it as
appropriate.
Call flush to force an outputter to write out any buffered log events.
|