UnrecognizedElementHandlerpublic interface UnrecognizedElementHandler When implemented by an object configured by DOMConfigurator,
the handle method will be called when an unrecognized child
element is encountered. Unrecognized child elements of
the log4j:configuration element will be dispatched to
the logger repository if it supports this interface. |
|