DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42257>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42257 Summary: Enhance DOMConfigurator to delegate unrecognized elements to created objects Product: Log4j Version: 1.2 Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: Configurator AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] o.a.l.rolling.RollingFileAppender and plugins which have been back-ported from log4j 1.3 to work with log4j 1.2 have required extensions of DOMConfigurator. This enhancement to DOMConfigurator calls UnrecognizedElementHandler.parseUnrecognizedElement on configured objects when an unrecognized element is encountered in the configuration file and the configured object supports the interface. This allows user-added classes to implement custom configuration elements. The log4j.dtd will also be modified to declare plugin, rollingPolicy and triggeringPolicy to eliminate warnings during XML validation, but they will not be interpreted unless the corresponding companion is on the class path. Unrecognized child elements of log4j:configuration will be delegated to the LoggerRepository. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
