Bug 43849 - getName on Appender returns null
Summary: getName on Appender returns null
Status: RESOLVED FIXED
Alias: None
Product: Log4j - Now in Jira
Classification: Unclassified
Component: Appender (show other bugs)
Version: 1.2
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: log4j-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-13 07:36 UTC by Wouter Hendrickx
Modified: 2008-08-12 14:47 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.