Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.7
-
None
-
Linux, but affects all platforms.
Description
The threshold of an appender cannot be configured using
the Property- or DOMConfigurator, because AppenderSkeleton
lacks a properly implemented setOption method.
For example:
log4j.properties: log4j.appender.faultAppender.Threshold=WARN
log4j.xml: <param name="Threshold" value="WARN" />
Attachments
Issue Links
- duplicates
-
LOGCXX-28 Appender threshold cannot be set in configuration files
- Resolved