Inheritance diagram for DOMConfigurator:
Sometimes it is useful to see how log4cxx is reading configuration files. You can enable log4cxx internal logging by setting the debug
attribute in the log4cxx
element. As in
<log4j:configuration debug="true" xmlns:log4j="http://jakarta.apache.org/log4j/"> ... </log4j:configuration>
There are sample XML files included in the package.
|
A static version of doConfigure. |
|
Read the configuration file
|
|
Like configureAndWatch(const String& configFilename, long delay) except that the default delay as defined by FileWatchdog#DEFAULT_DELAY is used.
|
|
Interpret the XML file pointed by The configuration is done relative to the hierarchy parameter.
Implements Configurator. |
|
Used internally to parse appenders by IDREF name. |
|
Used internally to parse appenders by IDREF element. |
|
Used internally to configure the log4cxx framework by parsing a DOM tree of XML elements based on log4j.dtd. |
|
Used internally to parse an appender element. |
|
Used internally to parse the children of a category element. |
|
Used internally to parse an ErrorHandler element. |
|
Used internally to parse a filter element. |
|
Used internally to parse a layout element. |
|
Used internally to parse a level element. |
|
Used internally to parse a logger element. |
|
Used internally to parse the logger factory element. |
|
Used internally to parse the roor category element. |