https://issues.apache.org/bugzilla/show_bug.cgi?id=46163
Curt Arnold <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from Curt Arnold <[email protected]> 2009-01-14 10:56:17 PST --- Committed changes in rev 734480. I did a few things different than Paul's patch. First, Paul's patch used a package visible static method to handle the logic to get a name from the appender. I moved the function into a common ancestor and made it protected. Also, Paul's patch removed use of the layout from the AppenderDynamicMBean name. That may be a desirable change, but it wasn't part of this bug report. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
