
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
Linux, but affects all platforms.
|
|
Issue Links:
|
Duplicate
|
|
This issue duplicates:
|
|
LOGCXX-12
the threshold of ApenderSkeleton can not be set by calling setOption.
|
|
|
|
|
|
This issue is duplicated by:
|
|
LOGCXX-27
Appender threshold cannot be set in configuration files
|
|
|
|
|
|
|
| Resolution Date: |
22/Oct/04 02:12 PM
|
|
The threshold of an appender cannot be configured using
the Property- or DOMConfigurator, because AppenderSkeleton
lacks a properly implemented setOption method.
When encountering the Threshold attribute, the Configurators
call the setOption method of the appropriate appender class,
which delegates the call up the hierarchy until it reaches
AppenderSkeleton::setOption, which is an empty method!
However, the documentation for AppenderSkeleton::setThreshold
states: "In configuration files this option is specified by setting
the value of the Threshold option...". Doh!
|
|
Description
|
The threshold of an appender cannot be configured using
the Property- or DOMConfigurator, because AppenderSkeleton
lacks a properly implemented setOption method.
When encountering the Threshold attribute, the Configurators
call the setOption method of the appropriate appender class,
which delegates the call up the hierarchy until it reaches
AppenderSkeleton::setOption, which is an empty method!
However, the documentation for AppenderSkeleton::setThreshold
states: "In configuration files this option is specified by setting
the value of the Threshold option...". Doh! |
Show » |
|