Issue Details (XML | Word | Printable)

Key: LOGCXX-27
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Michaël CATANZARITI
Reporter: Martin Landers
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Log4cxx

Appender threshold cannot be set in configuration files

Created: 20/Oct/04 04:09 PM   Updated: 27/Sep/06 12:45 AM
Return to search
Component/s: Configurator
Affects Version/s: 0.9.7
Fix Version/s: 0.10.0

Time Tracking:
Not Specified

Environment: Linux, but affects all platforms.
Issue Links:
Duplicate
 

Resolution Date: 22/Oct/04 02:28 PM


 Description  « Hide
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" />



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Martin Landers added a comment - 20/Oct/04 04:23 PM
Sorry, seems the input form got me there... Duplicate of LOGCXX-28.

Curt Arnold added a comment - 22/Oct/04 02:28 PM
Duplicate of resolved bug LOGCXX-12.