FileDocCategorySizeDatePackage
UnrecognizedElementHandler.javaAPI DocApache log4j 1.2.151739Sat Aug 25 00:09:42 BST 2007org.apache.log4j.xml

UnrecognizedElementHandler

public 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.
since
1.2.15

Fields Summary
Constructors Summary
Methods Summary
public booleanparseUnrecognizedElement(org.w3c.dom.Element element, java.util.Properties props)
Called to inform a configured object when an unrecognized child element is encountered.

param
element element, may not be null.
param
props properties in force, may be null.
return
true if configured object recognized the element
throws
Exception throw an exception to prevent activation of the configured object.