Bug 43849

Summary: getName on Appender returns null
Product: Log4j - Now in Jira Reporter: Wouter Hendrickx <daboe1>
Component: AppenderAssignee: log4j-dev <log4j-dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 1.2   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Wouter Hendrickx 2007-11-13 07:36:39 UTC
Javadoc on Log4j appender class states that getName returns a `unique
identifier' for that appender. However, the implementation of AppenderSkeleton
just returns the contents of the field `name', and subclasses fail to call
setName() to assign a `unique identifier'
Comment 1 Curt Arnold 2008-08-12 14:47:51 UTC
Committed change to Javadoc in rev 685331.