You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2020/08/31 00:44:25 UTC

[logging-log4php-site] 01/01: Create Log4php site

This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-log4php-site.git

commit ddf84c5d8b9dc8288ea48e5eff49111039a93b7c
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sun Aug 30 17:43:55 2020 -0700

    Create Log4php site
---
 2.2.1/apidocs/blank.html                           |   13 +
 2.2.1/apidocs/classtrees_log4php.html              |  143 +
 2.2.1/apidocs/elementindex.html                    | 5285 +++++++++++
 2.2.1/apidocs/elementindex_log4php.html            | 5282 +++++++++++
 2.2.1/apidocs/errors.html                          |   19 +
 2.2.1/apidocs/index.html                           |   24 +
 2.2.1/apidocs/li_log4php.html                      |  445 +
 2.2.1/apidocs/log4php/Logger.html                  | 1905 ++++
 2.2.1/apidocs/log4php/LoggerAppender.html          | 1215 +++
 2.2.1/apidocs/log4php/LoggerAppenderPool.html      |  417 +
 2.2.1/apidocs/log4php/LoggerAutoloader.html        |  325 +
 2.2.1/apidocs/log4php/LoggerConfigurable.html      |  508 ++
 2.2.1/apidocs/log4php/LoggerConfigurator.html      |  191 +
 .../apidocs/log4php/LoggerConfiguratorDefault.html |  963 ++
 2.2.1/apidocs/log4php/LoggerException.html         |  200 +
 2.2.1/apidocs/log4php/LoggerFilter.html            |  546 ++
 2.2.1/apidocs/log4php/LoggerHierarchy.html         |  683 ++
 2.2.1/apidocs/log4php/LoggerLayout.html            |  481 +
 2.2.1/apidocs/log4php/LoggerLevel.html             | 1017 +++
 2.2.1/apidocs/log4php/LoggerLocationInfo.html      |  575 ++
 2.2.1/apidocs/log4php/LoggerLoggingEvent.html      | 1091 +++
 2.2.1/apidocs/log4php/LoggerMDC.html               |  396 +
 2.2.1/apidocs/log4php/LoggerNDC.html               |  495 ++
 2.2.1/apidocs/log4php/LoggerReflectionUtils.html   |  478 +
 2.2.1/apidocs/log4php/LoggerRoot.html              |  406 +
 .../log4php/LoggerThrowableInformation.html        |  362 +
 2.2.1/apidocs/log4php/_Logger.php.html             |  165 +
 2.2.1/apidocs/log4php/_LoggerAppender.php.html     |  138 +
 2.2.1/apidocs/log4php/_LoggerAppenderPool.php.html |  138 +
 2.2.1/apidocs/log4php/_LoggerAutoloader.php.html   |  138 +
 2.2.1/apidocs/log4php/_LoggerConfigurable.php.html |  138 +
 2.2.1/apidocs/log4php/_LoggerConfigurator.php.html |  138 +
 2.2.1/apidocs/log4php/_LoggerException.php.html    |  138 +
 2.2.1/apidocs/log4php/_LoggerFilter.php.html       |  138 +
 2.2.1/apidocs/log4php/_LoggerHierarchy.php.html    |  138 +
 2.2.1/apidocs/log4php/_LoggerLayout.php.html       |  138 +
 2.2.1/apidocs/log4php/_LoggerLevel.php.html        |  138 +
 2.2.1/apidocs/log4php/_LoggerLocationInfo.php.html |  138 +
 2.2.1/apidocs/log4php/_LoggerLoggingEvent.php.html |  138 +
 2.2.1/apidocs/log4php/_LoggerMDC.php.html          |  138 +
 2.2.1/apidocs/log4php/_LoggerNDC.php.html          |  138 +
 .../log4php/_LoggerReflectionUtils.php.html        |  138 +
 2.2.1/apidocs/log4php/_LoggerRoot.php.html         |  138 +
 .../log4php/_LoggerThrowableInformation.php.html   |  138 +
 .../_appenders---LoggerAppenderConsole.php.html    |  138 +
 .../_appenders---LoggerAppenderDailyFile.php.html  |  138 +
 .../_appenders---LoggerAppenderEcho.php.html       |  138 +
 .../_appenders---LoggerAppenderFile.php.html       |  138 +
 .../_appenders---LoggerAppenderMail.php.html       |  138 +
 .../_appenders---LoggerAppenderMailEvent.php.html  |  138 +
 .../_appenders---LoggerAppenderMongoDB.php.html    |  138 +
 .../_appenders---LoggerAppenderNull.php.html       |  138 +
 .../_appenders---LoggerAppenderPDO.php.html        |  138 +
 .../_appenders---LoggerAppenderPhp.php.html        |  138 +
 ..._appenders---LoggerAppenderRollingFile.php.html |  138 +
 .../_appenders---LoggerAppenderSocket.php.html     |  138 +
 .../_appenders---LoggerAppenderSyslog.php.html     |  138 +
 ...igurators---LoggerConfigurationAdapter.php.html |  138 +
 ...rators---LoggerConfigurationAdapterINI.php.html |  138 +
 ...rators---LoggerConfigurationAdapterPHP.php.html |  138 +
 ...rators---LoggerConfigurationAdapterXML.php.html |  138 +
 ...figurators---LoggerConfiguratorDefault.php.html |  138 +
 .../_filters---LoggerFilterDenyAll.php.html        |  138 +
 .../_filters---LoggerFilterLevelMatch.php.html     |  138 +
 .../_filters---LoggerFilterLevelRange.php.html     |  138 +
 .../_filters---LoggerFilterStringMatch.php.html    |  138 +
 ..._helpers---LoggerBasicPatternConverter.php.html |  138 +
 ...lpers---LoggerCategoryPatternConverter.php.html |  138 +
 ...pers---LoggerClassNamePatternConverter.php.html |  138 +
 .../_helpers---LoggerDatePatternConverter.php.html |  138 +
 .../_helpers---LoggerFormattingInfo.php.html       |  138 +
 ...elpers---LoggerLiteralPatternConverter.php.html |  138 +
 ...lpers---LoggerLocationPatternConverter.php.html |  138 +
 .../_helpers---LoggerMDCPatternConverter.php.html  |  138 +
 ..._helpers---LoggerNamedPatternConverter.php.html |  138 +
 .../_helpers---LoggerOptionConverter.php.html      |  138 +
 .../_helpers---LoggerPatternConverter.php.html     |  138 +
 .../_helpers---LoggerPatternParser.php.html        |  138 +
 .../log4php/_layouts---LoggerLayoutHtml.php.html   |  138 +
 .../_layouts---LoggerLayoutPattern.php.html        |  138 +
 .../_layouts---LoggerLayoutSerialized.php.html     |  138 +
 .../log4php/_layouts---LoggerLayoutSimple.php.html |  138 +
 .../log4php/_layouts---LoggerLayoutTTCC.php.html   |  138 +
 .../log4php/_layouts---LoggerLayoutXml.php.html    |  138 +
 .../_renderers---LoggerRendererDefault.php.html    |  138 +
 .../_renderers---LoggerRendererException.php.html  |  138 +
 .../_renderers---LoggerRendererMap.php.html        |  138 +
 .../_renderers---LoggerRendererObject.php.html     |  138 +
 .../log4php/appenders/LoggerAppenderConsole.html   |  578 ++
 .../log4php/appenders/LoggerAppenderDailyFile.html |  419 +
 .../log4php/appenders/LoggerAppenderEcho.html      |  454 +
 .../log4php/appenders/LoggerAppenderFile.html      |  698 ++
 .../log4php/appenders/LoggerAppenderMail.html      |  610 ++
 .../log4php/appenders/LoggerAppenderMailEvent.html |  702 ++
 .../log4php/appenders/LoggerAppenderMongoDB.html   | 1464 ++++
 .../log4php/appenders/LoggerAppenderNull.html      |  328 +
 .../log4php/appenders/LoggerAppenderPDO.html       | 1029 +++
 .../log4php/appenders/LoggerAppenderPhp.html       |  284 +
 .../appenders/LoggerAppenderRollingFile.html       |  712 ++
 .../log4php/appenders/LoggerAppenderSocket.html    |  637 ++
 .../log4php/appenders/LoggerAppenderSyslog.html    | 1035 +++
 .../configurators/LoggerConfigurationAdapter.html  |  188 +
 .../LoggerConfigurationAdapterINI.html             |  668 ++
 .../LoggerConfigurationAdapterPHP.html             |  214 +
 .../LoggerConfigurationAdapterXML.html             |  753 ++
 .../log4php/filters/LoggerFilterDenyAll.html       |  308 +
 .../log4php/filters/LoggerFilterLevelMatch.html    |  450 +
 .../log4php/filters/LoggerFilterLevelRange.html    |  515 ++
 .../log4php/filters/LoggerFilterStringMatch.html   |  447 +
 .../helpers/LoggerBasicPatternConverter.html       |  326 +
 .../helpers/LoggerCategoryPatternConverter.html    |  300 +
 .../helpers/LoggerClassNamePatternConverter.html   |  300 +
 .../helpers/LoggerDatePatternConverter.html        |  326 +
 .../log4php/helpers/LoggerFormattingInfo.html      |  349 +
 .../helpers/LoggerLiteralPatternConverter.html     |  366 +
 .../helpers/LoggerLocationPatternConverter.html    |  326 +
 .../log4php/helpers/LoggerMDCPatternConverter.html |  326 +
 .../helpers/LoggerNamedPatternConverter.html       |  415 +
 .../log4php/helpers/LoggerOptionConverter.html     |  856 ++
 .../log4php/helpers/LoggerPatternConverter.html    |  587 ++
 .../log4php/helpers/LoggerPatternParser.html       | 1081 +++
 .../apidocs/log4php/layouts/LoggerLayoutHtml.html  |  560 ++
 .../log4php/layouts/LoggerLayoutPattern.html       |  523 ++
 .../log4php/layouts/LoggerLayoutSerialized.html    |  348 +
 .../log4php/layouts/LoggerLayoutSimple.html        |  229 +
 .../apidocs/log4php/layouts/LoggerLayoutTTCC.html  |  787 ++
 2.2.1/apidocs/log4php/layouts/LoggerLayoutXml.html |  858 ++
 .../log4php/renderers/LoggerRendererDefault.html   |  221 +
 .../log4php/renderers/LoggerRendererException.html |  195 +
 .../log4php/renderers/LoggerRendererMap.html       |  509 ++
 .../log4php/renderers/LoggerRendererObject.html    |  212 +
 2.2.1/apidocs/media/banner.css                     |   32 +
 2.2.1/apidocs/media/images/I.png                   |  Bin 0 -> 148 bytes
 2.2.1/apidocs/media/images/L.png                   |  Bin 0 -> 153 bytes
 2.2.1/apidocs/media/images/Lminus.png              |  Bin 0 -> 219 bytes
 2.2.1/apidocs/media/images/Lplus.png               |  Bin 0 -> 224 bytes
 2.2.1/apidocs/media/images/T.png                   |  Bin 0 -> 152 bytes
 2.2.1/apidocs/media/images/Tminus.png              |  Bin 0 -> 207 bytes
 2.2.1/apidocs/media/images/Tplus.png               |  Bin 0 -> 222 bytes
 2.2.1/apidocs/media/images/blank.png               |  Bin 0 -> 144 bytes
 2.2.1/apidocs/media/images/empty.png               |  Bin 0 -> 90 bytes
 2.2.1/apidocs/media/images/minus.gif               |  Bin 0 -> 54 bytes
 2.2.1/apidocs/media/images/plus.gif                |  Bin 0 -> 56 bytes
 2.2.1/apidocs/media/lib/classTree.js               |  454 +
 2.2.1/apidocs/media/stylesheet.css                 |  184 +
 2.2.1/apidocs/packages.html                        |   29 +
 2.2.1/apidocs/todolist.html                        |   28 +
 2.2.1/changelog.html                               |  344 +
 2.2.1/changes-report.html                          |  233 +
 2.2.1/contributingpatches.html                     |  233 +
 2.2.1/coverage-report/Logger.php.html              | 2005 +++++
 2.2.1/coverage-report/LoggerAppender.php.html      | 1060 +++
 2.2.1/coverage-report/LoggerAppenderPool.php.html  |  429 +
 2.2.1/coverage-report/LoggerAutoloader.php.html    |  336 +
 2.2.1/coverage-report/LoggerConfigurable.php.html  |  552 ++
 2.2.1/coverage-report/LoggerConfigurator.php.html  |  192 +
 2.2.1/coverage-report/LoggerException.php.html     |  205 +
 2.2.1/coverage-report/LoggerFilter.php.html        |  404 +
 2.2.1/coverage-report/LoggerHierarchy.php.html     |  895 ++
 2.2.1/coverage-report/LoggerLayout.php.html        |  380 +
 2.2.1/coverage-report/LoggerLevel.php.html         | 1062 +++
 2.2.1/coverage-report/LoggerLocationInfo.php.html  |  451 +
 2.2.1/coverage-report/LoggerLoggingEvent.php.html  | 1302 +++
 2.2.1/coverage-report/LoggerMDC.php.html           |  470 +
 2.2.1/coverage-report/LoggerNDC.php.html           |  622 ++
 .../coverage-report/LoggerReflectionUtils.php.html |  583 ++
 2.2.1/coverage-report/LoggerRoot.php.html          |  373 +
 .../LoggerThrowableInformation.php.html            |  359 +
 2.2.1/coverage-report/appenders.dashboard.html     |  135 +
 2.2.1/coverage-report/appenders.html               |  421 +
 .../appenders_LoggerAppenderConsole.php.html       |  502 ++
 .../appenders_LoggerAppenderDailyFile.php.html     |  449 +
 .../appenders_LoggerAppenderEcho.php.html          |  443 +
 .../appenders_LoggerAppenderFile.php.html          |  715 ++
 .../appenders_LoggerAppenderMail.php.html          |  504 ++
 .../appenders_LoggerAppenderMailEvent.php.html     |  610 ++
 .../appenders_LoggerAppenderMongoDB.php.html       | 1293 +++
 .../appenders_LoggerAppenderNull.php.html          |  247 +
 .../appenders_LoggerAppenderPDO.php.html           | 1005 +++
 .../appenders_LoggerAppenderPhp.php.html           |  297 +
 .../appenders_LoggerAppenderRollingFile.php.html   |  788 ++
 .../appenders_LoggerAppenderSocket.php.html        |  545 ++
 .../appenders_LoggerAppenderSyslog.php.html        | 1060 +++
 2.2.1/coverage-report/close12_1.gif                |  Bin 0 -> 85 bytes
 2.2.1/coverage-report/configurators.dashboard.html |  129 +
 2.2.1/coverage-report/configurators.html           |  221 +
 ...nfigurators_LoggerConfigurationAdapter.php.html |  190 +
 ...gurators_LoggerConfigurationAdapterINI.php.html |  965 ++
 ...gurators_LoggerConfigurationAdapterPHP.php.html |  340 +
 ...gurators_LoggerConfigurationAdapterXML.php.html | 1221 +++
 ...onfigurators_LoggerConfiguratorDefault.php.html | 1831 ++++
 2.2.1/coverage-report/container-min.js             |   19 +
 2.2.1/coverage-report/container.css                |  324 +
 2.2.1/coverage-report/directory.png                |  Bin 0 -> 581 bytes
 2.2.1/coverage-report/file.png                     |  Bin 0 -> 333 bytes
 2.2.1/coverage-report/filters.dashboard.html       |  117 +
 2.2.1/coverage-report/filters.html                 |  196 +
 .../filters_LoggerFilterDenyAll.php.html           |  252 +
 .../filters_LoggerFilterLevelMatch.php.html        |  374 +
 .../filters_LoggerFilterLevelRange.php.html        |  471 +
 .../filters_LoggerFilterStringMatch.php.html       |  368 +
 2.2.1/coverage-report/glass.png                    |  Bin 0 -> 167 bytes
 2.2.1/coverage-report/helpers.dashboard.html       |  131 +
 2.2.1/coverage-report/helpers.html                 |  396 +
 .../helpers_LoggerBasicPatternConverter.php.html   |  346 +
 ...helpers_LoggerCategoryPatternConverter.php.html |  269 +
 ...elpers_LoggerClassNamePatternConverter.php.html |  270 +
 .../helpers_LoggerDatePatternConverter.php.html    |  298 +
 .../helpers_LoggerFormattingInfo.php.html          |  304 +
 .../helpers_LoggerLiteralPatternConverter.php.html |  306 +
 ...helpers_LoggerLocationPatternConverter.php.html |  330 +
 .../helpers_LoggerMDCPatternConverter.php.html     |  280 +
 .../helpers_LoggerNamedPatternConverter.php.html   |  366 +
 .../helpers_LoggerOptionConverter.php.html         | 1295 +++
 .../helpers_LoggerPatternConverter.php.html        |  517 ++
 .../helpers_LoggerPatternParser.php.html           | 1311 +++
 2.2.1/coverage-report/highcharts.js                |  170 +
 2.2.1/coverage-report/index.dashboard.html         |  135 +
 2.2.1/coverage-report/index.html                   |  696 ++
 2.2.1/coverage-report/jquery.min.js                |    4 +
 2.2.1/coverage-report/layouts.dashboard.html       |  128 +
 2.2.1/coverage-report/layouts.html                 |  246 +
 .../layouts_LoggerLayoutHtml.php.html              |  828 ++
 .../layouts_LoggerLayoutPattern.php.html           |  543 ++
 .../layouts_LoggerLayoutSerialized.php.html        |  319 +
 .../layouts_LoggerLayoutSimple.php.html            |  262 +
 .../layouts_LoggerLayoutTTCC.php.html              |  736 ++
 .../layouts_LoggerLayoutXml.php.html               |  788 ++
 2.2.1/coverage-report/renderers.dashboard.html     |  118 +
 2.2.1/coverage-report/renderers.html               |  171 +
 .../renderers_LoggerRendererDefault.php.html       |  247 +
 .../renderers_LoggerRendererException.php.html     |  261 +
 .../renderers_LoggerRendererMap.php.html           |  574 ++
 2.2.1/coverage-report/style.css                    |  500 ++
 2.2.1/coverage-report/yahoo-dom-event.js           |   14 +
 2.2.1/cse.xml                                      |   48 +
 2.2.1/css/bootstrap.css                            | 3365 +++++++
 2.2.1/css/bootstrap.min.css                        |  619 ++
 2.2.1/css/maven-theme.css                          |  141 +
 2.2.1/css/site.css                                 |   79 +
 2.2.1/dependencies.html                            |  233 +
 2.2.1/docs/appenders.html                          |  456 +
 2.2.1/docs/appenders/console.html                  |  373 +
 2.2.1/docs/appenders/daily-file.html               |  401 +
 2.2.1/docs/appenders/echo.html                     |  377 +
 2.2.1/docs/appenders/file.html                     |  390 +
 2.2.1/docs/appenders/mail-event.html               |  410 +
 2.2.1/docs/appenders/mail.html                     |  402 +
 2.2.1/docs/appenders/mongodb.html                  |  434 +
 2.2.1/docs/appenders/null.html                     |  343 +
 2.2.1/docs/appenders/pdo.html                      |  541 ++
 2.2.1/docs/appenders/php.html                      |  355 +
 2.2.1/docs/appenders/rolling-file.html             |  413 +
 2.2.1/docs/appenders/socket.html                   |  410 +
 2.2.1/docs/appenders/syslog.html                   |  620 ++
 2.2.1/docs/configuration.html                      |  502 ++
 2.2.1/docs/filters.html                            |  551 ++
 2.2.1/docs/introduction.html                       |  322 +
 2.2.1/docs/layouts.html                            |  318 +
 2.2.1/docs/layouts/html.html                       |  446 +
 2.2.1/docs/layouts/pattern.html                    |  593 ++
 2.2.1/docs/layouts/serialized.html                 |  366 +
 2.2.1/docs/layouts/simple.html                     |  348 +
 2.2.1/docs/layouts/ttcc.html                       |  408 +
 2.2.1/docs/layouts/xml.html                        |  433 +
 2.2.1/docs/loggers.html                            |  513 ++
 2.2.1/docs/renderers.html                          |  361 +
 2.2.1/download.html                                |  236 +
 2.2.1/images/add.gif                               |  Bin 0 -> 207 bytes
 2.2.1/images/close.gif                             |  Bin 0 -> 279 bytes
 2.2.1/images/collapsed.gif                         |  Bin 0 -> 820 bytes
 2.2.1/images/expanded.gif                          |  Bin 0 -> 52 bytes
 2.2.1/images/external.png                          |  Bin 0 -> 230 bytes
 2.2.1/images/fix.gif                               |  Bin 0 -> 181 bytes
 2.2.1/images/icon_error_sml.gif                    |  Bin 0 -> 1010 bytes
 2.2.1/images/icon_help_sml.gif                     |  Bin 0 -> 1019 bytes
 2.2.1/images/icon_info_sml.gif                     |  Bin 0 -> 606 bytes
 2.2.1/images/icon_success_sml.gif                  |  Bin 0 -> 990 bytes
 2.2.1/images/icon_warning_sml.gif                  |  Bin 0 -> 576 bytes
 2.2.1/images/logos/ls-logo.jpg                     |  Bin 0 -> 41915 bytes
 2.2.1/images/logos/maven-feather.png               |  Bin 0 -> 3330 bytes
 2.2.1/images/newwindow.png                         |  Bin 0 -> 220 bytes
 2.2.1/images/remove.gif                            |  Bin 0 -> 227 bytes
 2.2.1/images/rss.png                               |  Bin 0 -> 249 bytes
 2.2.1/images/update.gif                            |  Bin 0 -> 192 bytes
 2.2.1/img/glyphicons-halflings-white.png           |  Bin 0 -> 4352 bytes
 2.2.1/img/glyphicons-halflings.png                 |  Bin 0 -> 4352 bytes
 2.2.1/index.html                                   |  233 +
 2.2.1/install.html                                 |  289 +
 2.2.1/integration.html                             |  233 +
 2.2.1/issue-tracking.html                          |  233 +
 2.2.1/jira-report.html                             |  233 +
 2.2.1/js/bootstrap.js                              | 1722 ++++
 2.2.1/js/bootstrap.min.js                          |   18 +
 2.2.1/js/jquery.js                                 | 9266 ++++++++++++++++++++
 2.2.1/js/jquery.min.js                             |    4 +
 2.2.1/js/prettify.js                               | 1477 ++++
 2.2.1/js/prettify.min.js                           |   41 +
 2.2.1/js/site.js                                   |  106 +
 2.2.1/license.html                                 |  435 +
 2.2.1/mail-lists.html                              |  233 +
 2.2.1/privacy-policy.html                          |  233 +
 2.2.1/privacy.html                                 |  277 +
 2.2.1/project-info.html                            |  233 +
 2.2.1/project-reports.html                         |  233 +
 2.2.1/quickstart.html                              |  429 +
 2.2.1/rat-report.html                              |  609 ++
 2.2.1/source-repository.html                       |  236 +
 2.2.1/surefire-report.html                         |  249 +
 2.2.1/team-list.html                               |  248 +
 2.2.1/volunteering.html                            |  233 +
 2.3.0/apidocs/404.html                             |  199 +
 2.3.0/apidocs/class-Logger.html                    | 1818 ++++
 2.3.0/apidocs/class-LoggerAppender.html            | 1177 +++
 2.3.0/apidocs/class-LoggerAppenderConsole.html     |  563 ++
 2.3.0/apidocs/class-LoggerAppenderDailyFile.html   |  588 ++
 2.3.0/apidocs/class-LoggerAppenderEcho.html        |  477 +
 2.3.0/apidocs/class-LoggerAppenderFile.html        |  820 ++
 2.3.0/apidocs/class-LoggerAppenderFirePHP.html     |  475 +
 2.3.0/apidocs/class-LoggerAppenderMail.html        |  693 ++
 2.3.0/apidocs/class-LoggerAppenderMailEvent.html   |  855 ++
 2.3.0/apidocs/class-LoggerAppenderMongoDB.html     | 1507 ++++
 2.3.0/apidocs/class-LoggerAppenderNull.html        |  323 +
 2.3.0/apidocs/class-LoggerAppenderPDO.html         | 1186 +++
 2.3.0/apidocs/class-LoggerAppenderPhp.html         |  307 +
 2.3.0/apidocs/class-LoggerAppenderPool.html        |  454 +
 2.3.0/apidocs/class-LoggerAppenderRollingFile.html |  813 ++
 2.3.0/apidocs/class-LoggerAppenderSocket.html      |  669 ++
 2.3.0/apidocs/class-LoggerAppenderSyslog.html      |  970 ++
 2.3.0/apidocs/class-LoggerAutoloader.html          |  227 +
 2.3.0/apidocs/class-LoggerConfigurable.html        |  488 ++
 .../apidocs/class-LoggerConfigurationAdapter.html  |  215 +
 .../class-LoggerConfigurationAdapterINI.html       |  400 +
 .../class-LoggerConfigurationAdapterPHP.html       |  260 +
 .../class-LoggerConfigurationAdapterXML.html       |  244 +
 2.3.0/apidocs/class-LoggerConfigurator.html        |  237 +
 2.3.0/apidocs/class-LoggerConfiguratorDefault.html |  412 +
 2.3.0/apidocs/class-LoggerException.html           |  224 +
 2.3.0/apidocs/class-LoggerFilter.html              |  520 ++
 2.3.0/apidocs/class-LoggerFilterDenyAll.html       |  290 +
 2.3.0/apidocs/class-LoggerFilterLevelMatch.html    |  422 +
 2.3.0/apidocs/class-LoggerFilterLevelRange.html    |  483 +
 2.3.0/apidocs/class-LoggerFilterStringMatch.html   |  401 +
 2.3.0/apidocs/class-LoggerFormattingInfo.html      |  284 +
 2.3.0/apidocs/class-LoggerHierarchy.html           |  819 ++
 2.3.0/apidocs/class-LoggerLayout.html              |  446 +
 2.3.0/apidocs/class-LoggerLayoutHtml.html          |  597 ++
 2.3.0/apidocs/class-LoggerLayoutPattern.html       |  613 ++
 2.3.0/apidocs/class-LoggerLayoutSerialized.html    |  363 +
 2.3.0/apidocs/class-LoggerLayoutSimple.html        |  277 +
 2.3.0/apidocs/class-LoggerLayoutXml.html           |  818 ++
 2.3.0/apidocs/class-LoggerLevel.html               |  933 ++
 2.3.0/apidocs/class-LoggerLocationInfo.html        |  559 ++
 2.3.0/apidocs/class-LoggerLoggingEvent.html        |  932 ++
 2.3.0/apidocs/class-LoggerMDC.html                 |  391 +
 2.3.0/apidocs/class-LoggerNDC.html                 |  582 ++
 2.3.0/apidocs/class-LoggerOptionConverter.html     |  508 ++
 2.3.0/apidocs/class-LoggerPatternConverter.html    |  444 +
 .../apidocs/class-LoggerPatternConverterClass.html |  298 +
 .../class-LoggerPatternConverterCookie.html        |  276 +
 .../apidocs/class-LoggerPatternConverterDate.html  |  366 +
 .../class-LoggerPatternConverterEnvironment.html   |  276 +
 .../apidocs/class-LoggerPatternConverterFile.html  |  261 +
 .../apidocs/class-LoggerPatternConverterLevel.html |  261 +
 .../apidocs/class-LoggerPatternConverterLine.html  |  262 +
 .../class-LoggerPatternConverterLiteral.html       |  301 +
 .../class-LoggerPatternConverterLocation.html      |  262 +
 .../class-LoggerPatternConverterLogger.html        |  300 +
 2.3.0/apidocs/class-LoggerPatternConverterMDC.html |  300 +
 .../class-LoggerPatternConverterMessage.html       |  261 +
 .../class-LoggerPatternConverterMethod.html        |  262 +
 2.3.0/apidocs/class-LoggerPatternConverterNDC.html |  261 +
 .../class-LoggerPatternConverterNewLine.html       |  261 +
 .../class-LoggerPatternConverterProcess.html       |  261 +
 .../class-LoggerPatternConverterRelative.html      |  262 +
 .../class-LoggerPatternConverterRequest.html       |  276 +
 .../class-LoggerPatternConverterServer.html        |  276 +
 .../class-LoggerPatternConverterSession.html       |  276 +
 .../class-LoggerPatternConverterSessionID.html     |  261 +
 .../class-LoggerPatternConverterSuperglobal.html   |  372 +
 .../class-LoggerPatternConverterThrowable.html     |  261 +
 2.3.0/apidocs/class-LoggerPatternParser.html       |  268 +
 2.3.0/apidocs/class-LoggerReflectionUtils.html     |  463 +
 2.3.0/apidocs/class-LoggerRenderer.html            |  218 +
 2.3.0/apidocs/class-LoggerRendererDefault.html     |  223 +
 2.3.0/apidocs/class-LoggerRendererException.html   |  222 +
 2.3.0/apidocs/class-LoggerRendererMap.html         |  518 ++
 2.3.0/apidocs/class-LoggerRoot.html                |  404 +
 .../apidocs/class-LoggerThrowableInformation.html  |  299 +
 2.3.0/apidocs/class-LoggerUtils.html               |  261 +
 2.3.0/apidocs/elementlist.js                       |    3 +
 2.3.0/apidocs/index.html                           |  224 +
 2.3.0/apidocs/package-log4php.appenders.html       |  195 +
 2.3.0/apidocs/package-log4php.configurators.html   |  148 +
 2.3.0/apidocs/package-log4php.filters.html         |  143 +
 2.3.0/apidocs/package-log4php.helpers.html         |  150 +
 2.3.0/apidocs/package-log4php.html                 |  264 +
 2.3.0/apidocs/package-log4php.layouts.html         |  148 +
 2.3.0/apidocs/package-log4php.pattern.html         |  246 +
 2.3.0/apidocs/package-log4php.renderers.html       |  149 +
 2.3.0/apidocs/resources/collapsed.png              |  Bin 0 -> 238 bytes
 2.3.0/apidocs/resources/combined.js                | 1264 +++
 2.3.0/apidocs/resources/footer.png                 |  Bin 0 -> 8232 bytes
 2.3.0/apidocs/resources/inherit.png                |  Bin 0 -> 152 bytes
 2.3.0/apidocs/resources/resize.png                 |  Bin 0 -> 216 bytes
 2.3.0/apidocs/resources/sort.png                   |  Bin 0 -> 171 bytes
 2.3.0/apidocs/resources/style.css                  |  608 ++
 2.3.0/apidocs/resources/tree-cleaner.png           |  Bin 0 -> 126 bytes
 2.3.0/apidocs/resources/tree-hasnext.png           |  Bin 0 -> 128 bytes
 2.3.0/apidocs/resources/tree-last.png              |  Bin 0 -> 172 bytes
 2.3.0/apidocs/resources/tree-vertical.png          |  Bin 0 -> 127 bytes
 2.3.0/apidocs/source-class-Logger.html             |  733 ++
 2.3.0/apidocs/source-class-LoggerAppender.html     |  423 +
 .../source-class-LoggerAppenderConsole.html        |  229 +
 .../source-class-LoggerAppenderDailyFile.html      |  256 +
 2.3.0/apidocs/source-class-LoggerAppenderEcho.html |  214 +
 2.3.0/apidocs/source-class-LoggerAppenderFile.html |  351 +
 .../source-class-LoggerAppenderFirePHP.html        |  225 +
 2.3.0/apidocs/source-class-LoggerAppenderMail.html |  262 +
 .../source-class-LoggerAppenderMailEvent.html      |  306 +
 .../source-class-LoggerAppenderMongoDB.html        |  486 +
 2.3.0/apidocs/source-class-LoggerAppenderNull.html |  170 +
 2.3.0/apidocs/source-class-LoggerAppenderPDO.html  |  408 +
 2.3.0/apidocs/source-class-LoggerAppenderPhp.html  |  175 +
 2.3.0/apidocs/source-class-LoggerAppenderPool.html |  234 +
 .../source-class-LoggerAppenderRollingFile.html    |  431 +
 .../apidocs/source-class-LoggerAppenderSocket.html |  248 +
 .../apidocs/source-class-LoggerAppenderSyslog.html |  429 +
 2.3.0/apidocs/source-class-LoggerAutoloader.html   |  279 +
 2.3.0/apidocs/source-class-LoggerConfigurable.html |  253 +
 .../source-class-LoggerConfigurationAdapter.html   |  158 +
 ...source-class-LoggerConfigurationAdapterINI.html |  418 +
 ...source-class-LoggerConfigurationAdapterPHP.html |  203 +
 ...source-class-LoggerConfigurationAdapterXML.html |  398 +
 2.3.0/apidocs/source-class-LoggerConfigurator.html |  178 +
 .../source-class-LoggerConfiguratorDefault.html    |  614 ++
 2.3.0/apidocs/source-class-LoggerException.html    |  165 +
 2.3.0/apidocs/source-class-LoggerFilter.html       |  263 +
 .../apidocs/source-class-LoggerFilterDenyAll.html  |  172 +
 .../source-class-LoggerFilterLevelMatch.html       |  216 +
 .../source-class-LoggerFilterLevelRange.html       |  254 +
 .../source-class-LoggerFilterStringMatch.html      |  205 +
 .../apidocs/source-class-LoggerFormattingInfo.html |  171 +
 2.3.0/apidocs/source-class-LoggerHierarchy.html    |  394 +
 2.3.0/apidocs/source-class-LoggerLayout.html       |  211 +
 2.3.0/apidocs/source-class-LoggerLayoutHtml.html   |  331 +
 .../apidocs/source-class-LoggerLayoutPattern.html  |  287 +
 .../source-class-LoggerLayoutSerialized.html       |  172 +
 2.3.0/apidocs/source-class-LoggerLayoutSimple.html |  173 +
 2.3.0/apidocs/source-class-LoggerLayoutXml.html    |  327 +
 2.3.0/apidocs/source-class-LoggerLevel.html        |  393 +
 2.3.0/apidocs/source-class-LoggerLocationInfo.html |  240 +
 2.3.0/apidocs/source-class-LoggerLoggingEvent.html |  505 ++
 2.3.0/apidocs/source-class-LoggerMDC.html          |  225 +
 2.3.0/apidocs/source-class-LoggerNDC.html          |  340 +
 .../source-class-LoggerOptionConverter.html        |  343 +
 .../source-class-LoggerPatternConverter.html       |  248 +
 .../source-class-LoggerPatternConverterClass.html  |  198 +
 .../source-class-LoggerPatternConverterCookie.html |  169 +
 .../source-class-LoggerPatternConverterDate.html   |  226 +
 ...ce-class-LoggerPatternConverterEnvironment.html |  170 +
 .../source-class-LoggerPatternConverterFile.html   |  169 +
 .../source-class-LoggerPatternConverterLevel.html  |  169 +
 .../source-class-LoggerPatternConverterLine.html   |  170 +
 ...source-class-LoggerPatternConverterLiteral.html |  175 +
 ...ource-class-LoggerPatternConverterLocation.html |  174 +
 .../source-class-LoggerPatternConverterLogger.html |  200 +
 .../source-class-LoggerPatternConverterMDC.html    |  189 +
 ...source-class-LoggerPatternConverterMessage.html |  169 +
 .../source-class-LoggerPatternConverterMethod.html |  170 +
 .../source-class-LoggerPatternConverterNDC.html    |  169 +
 ...source-class-LoggerPatternConverterNewLine.html |  169 +
 ...source-class-LoggerPatternConverterProcess.html |  169 +
 ...ource-class-LoggerPatternConverterRelative.html |  171 +
 ...source-class-LoggerPatternConverterRequest.html |  169 +
 .../source-class-LoggerPatternConverterServer.html |  170 +
 ...source-class-LoggerPatternConverterSession.html |  170 +
 ...urce-class-LoggerPatternConverterSessionID.html |  168 +
 ...ce-class-LoggerPatternConverterSuperglobal.html |  237 +
 ...urce-class-LoggerPatternConverterThrowable.html |  174 +
 .../apidocs/source-class-LoggerPatternParser.html  |  354 +
 .../source-class-LoggerReflectionUtils.html        |  289 +
 2.3.0/apidocs/source-class-LoggerRenderer.html     |  155 +
 .../source-class-LoggerRendererDefault.html        |  155 +
 .../source-class-LoggerRendererException.html      |  155 +
 2.3.0/apidocs/source-class-LoggerRendererMap.html  |  305 +
 2.3.0/apidocs/source-class-LoggerRoot.html         |  208 +
 .../source-class-LoggerThrowableInformation.html   |  205 +
 2.3.0/apidocs/source-class-LoggerUtils.html        |  240 +
 2.3.0/apidocs/tree.html                            |  780 ++
 2.3.0/changelog.html                               |  407 +
 2.3.0/changes-report.html                          |  235 +
 2.3.0/contributingpatches.html                     |  236 +
 2.3.0/coverage-report/Logger.php.html              | 1457 +++
 2.3.0/coverage-report/LoggerAppender.php.html      |  736 ++
 2.3.0/coverage-report/LoggerAppenderPool.php.html  |  312 +
 2.3.0/coverage-report/LoggerAutoloader.php.html    |  272 +
 2.3.0/coverage-report/LoggerConfigurable.php.html  |  365 +
 2.3.0/coverage-report/LoggerConfigurator.php.html  |  122 +
 2.3.0/coverage-report/LoggerException.php.html     |  129 +
 2.3.0/coverage-report/LoggerFilter.php.html        |  307 +
 2.3.0/coverage-report/LoggerHierarchy.php.html     |  608 ++
 2.3.0/coverage-report/LoggerLayout.php.html        |  289 +
 2.3.0/coverage-report/LoggerLevel.php.html         |  641 ++
 2.3.0/coverage-report/LoggerLocationInfo.php.html  |  318 +
 2.3.0/coverage-report/LoggerLoggingEvent.php.html  |  804 ++
 2.3.0/coverage-report/LoggerMDC.php.html           |  286 +
 2.3.0/coverage-report/LoggerNDC.php.html           |  452 +
 .../coverage-report/LoggerReflectionUtils.php.html |  384 +
 2.3.0/coverage-report/LoggerRoot.php.html          |  252 +
 .../LoggerThrowableInformation.php.html            |  232 +
 2.3.0/coverage-report/appenders.dashboard.html     |  140 +
 2.3.0/coverage-report/appenders.html               |  391 +
 .../appenders_LoggerAppenderConsole.php.html       |  302 +
 .../appenders_LoggerAppenderDailyFile.php.html     |  346 +
 .../appenders_LoggerAppenderEcho.php.html          |  270 +
 .../appenders_LoggerAppenderFile.php.html          |  577 ++
 .../appenders_LoggerAppenderFirePHP.php.html       |  281 +
 .../appenders_LoggerAppenderMail.php.html          |  403 +
 .../appenders_LoggerAppenderMailEvent.php.html     |  515 ++
 .../appenders_LoggerAppenderMongoDB.php.html       |  848 ++
 .../appenders_LoggerAppenderNull.php.html          |  175 +
 .../appenders_LoggerAppenderPDO.php.html           |  702 ++
 .../appenders_LoggerAppenderPhp.php.html           |  180 +
 .../appenders_LoggerAppenderRollingFile.php.html   |  674 ++
 .../appenders_LoggerAppenderSocket.php.html        |  389 +
 .../appenders_LoggerAppenderSyslog.php.html        |  706 ++
 2.3.0/coverage-report/configurators.dashboard.html |  134 +
 2.3.0/coverage-report/configurators.html           |  184 +
 ...nfigurators_LoggerConfigurationAdapter.php.html |  121 +
 ...gurators_LoggerConfigurationAdapterINI.php.html |  515 ++
 ...gurators_LoggerConfigurationAdapterPHP.php.html |  215 +
 ...gurators_LoggerConfigurationAdapterXML.php.html |  630 ++
 ...onfigurators_LoggerConfiguratorDefault.php.html |  863 ++
 .../css/bootstrap-responsive.min.css               |    9 +
 2.3.0/coverage-report/css/bootstrap.min.css        |    9 +
 2.3.0/coverage-report/css/style.css                |   76 +
 2.3.0/coverage-report/filters.dashboard.html       |  122 +
 2.3.0/coverage-report/filters.html                 |  171 +
 .../filters_LoggerFilterDenyAll.php.html           |  187 +
 .../filters_LoggerFilterLevelMatch.php.html        |  265 +
 .../filters_LoggerFilterLevelRange.php.html        |  320 +
 .../filters_LoggerFilterStringMatch.php.html       |  254 +
 2.3.0/coverage-report/helpers.dashboard.html       |  133 +
 2.3.0/coverage-report/helpers.html                 |  165 +
 .../helpers_LoggerFormattingInfo.php.html          |  156 +
 .../helpers_LoggerOptionConverter.php.html         |  476 +
 .../helpers_LoggerPatternParser.php.html           |  470 +
 2.3.0/coverage-report/helpers_LoggerUtils.php.html |  271 +
 .../img/glyphicons-halflings-white.png             |  Bin 0 -> 8777 bytes
 2.3.0/coverage-report/img/glyphicons-halflings.png |  Bin 0 -> 12799 bytes
 2.3.0/coverage-report/index.dashboard.html         |  139 +
 2.3.0/coverage-report/index.html                   |  617 ++
 2.3.0/coverage-report/js/bootstrap.min.js          |    6 +
 2.3.0/coverage-report/js/highcharts.js             |  245 +
 2.3.0/coverage-report/js/jquery.min.js             |    2 +
 2.3.0/coverage-report/layouts.dashboard.html       |  134 +
 2.3.0/coverage-report/layouts.html                 |  215 +
 .../layouts_LoggerLayoutHtml.php.html              |  464 +
 .../layouts_LoggerLayoutPattern.php.html           |  369 +
 .../layouts_LoggerLayoutSerialized.php.html        |  220 +
 .../layouts_LoggerLayoutSimple.php.html            |  187 +
 .../layouts_LoggerLayoutTTCC.php.html              |  536 ++
 .../layouts_LoggerLayoutXml.php.html               |  477 +
 2.3.0/coverage-report/pattern.dashboard.html       |  127 +
 2.3.0/coverage-report/pattern.html                 |  581 ++
 .../pattern_LoggerPatternConverter.php.html        |  310 +
 .../pattern_LoggerPatternConverterClass.php.html   |  211 +
 .../pattern_LoggerPatternConverterCookie.php.html  |  136 +
 .../pattern_LoggerPatternConverterDate.php.html    |  256 +
 ...tern_LoggerPatternConverterEnvironment.php.html |  137 +
 .../pattern_LoggerPatternConverterFile.php.html    |  165 +
 .../pattern_LoggerPatternConverterLevel.php.html   |  165 +
 .../pattern_LoggerPatternConverterLine.php.html    |  166 +
 .../pattern_LoggerPatternConverterLiteral.php.html |  188 +
 ...pattern_LoggerPatternConverterLocation.php.html |  170 +
 .../pattern_LoggerPatternConverterLogger.php.html  |  213 +
 .../pattern_LoggerPatternConverterMDC.php.html     |  202 +
 .../pattern_LoggerPatternConverterMessage.php.html |  165 +
 .../pattern_LoggerPatternConverterMethod.php.html  |  166 +
 .../pattern_LoggerPatternConverterNDC.php.html     |  165 +
 .../pattern_LoggerPatternConverterNewLine.php.html |  165 +
 .../pattern_LoggerPatternConverterProcess.php.html |  165 +
 ...pattern_LoggerPatternConverterRelative.php.html |  167 +
 .../pattern_LoggerPatternConverterRequest.php.html |  136 +
 .../pattern_LoggerPatternConverterServer.php.html  |  137 +
 .../pattern_LoggerPatternConverterSession.php.html |  137 +
 ...attern_LoggerPatternConverterSessionID.php.html |  164 +
 ...tern_LoggerPatternConverterSuperglobal.php.html |  250 +
 ...attern_LoggerPatternConverterThrowable.php.html |  170 +
 2.3.0/coverage-report/renderers.dashboard.html     |  120 +
 2.3.0/coverage-report/renderers.html               |  162 +
 .../renderers_LoggerRenderer.php.html              |  118 +
 .../renderers_LoggerRendererDefault.php.html       |  167 +
 .../renderers_LoggerRendererException.php.html     |  167 +
 .../renderers_LoggerRendererMap.php.html           |  453 +
 2.3.0/cse.xml                                      |   48 +
 2.3.0/css/bootstrap.css                            | 5774 ++++++++++++
 2.3.0/css/bootstrap.min.css                        |    9 +
 2.3.0/css/maven-theme.css                          |  141 +
 2.3.0/css/site.css                                 |   79 +
 2.3.0/dependencies.html                            |  235 +
 2.3.0/docs/appenders.html                          |  461 +
 2.3.0/docs/appenders/console.html                  |  378 +
 2.3.0/docs/appenders/daily-file.html               |  438 +
 2.3.0/docs/appenders/echo.html                     |  382 +
 2.3.0/docs/appenders/file.html                     |  395 +
 2.3.0/docs/appenders/firephp.html                  |  383 +
 2.3.0/docs/appenders/mail-event.html               |  415 +
 2.3.0/docs/appenders/mail.html                     |  407 +
 2.3.0/docs/appenders/mongodb.html                  |  439 +
 2.3.0/docs/appenders/null.html                     |  348 +
 2.3.0/docs/appenders/pdo.html                      |  714 ++
 2.3.0/docs/appenders/php.html                      |  360 +
 2.3.0/docs/appenders/rolling-file.html             |  425 +
 2.3.0/docs/appenders/socket.html                   |  416 +
 2.3.0/docs/appenders/syslog.html                   |  625 ++
 2.3.0/docs/configuration.html                      |  511 ++
 2.3.0/docs/filters.html                            |  553 ++
 2.3.0/docs/introduction.html                       |  324 +
 2.3.0/docs/layouts.html                            |  321 +
 2.3.0/docs/layouts/html.html                       |  448 +
 2.3.0/docs/layouts/pattern.html                    |  900 ++
 2.3.0/docs/layouts/serialized.html                 |  368 +
 2.3.0/docs/layouts/simple.html                     |  350 +
 2.3.0/docs/layouts/ttcc.html                       |  408 +
 2.3.0/docs/layouts/xml.html                        |  435 +
 2.3.0/docs/loggers.html                            |  515 ++
 2.3.0/docs/renderers.html                          |  444 +
 2.3.0/download.html                                |  248 +
 2.3.0/images/add.gif                               |  Bin 0 -> 207 bytes
 2.3.0/images/close.gif                             |  Bin 0 -> 279 bytes
 2.3.0/images/collapsed.gif                         |  Bin 0 -> 820 bytes
 2.3.0/images/expanded.gif                          |  Bin 0 -> 52 bytes
 2.3.0/images/external.png                          |  Bin 0 -> 230 bytes
 2.3.0/images/fix.gif                               |  Bin 0 -> 181 bytes
 2.3.0/images/icon_error_sml.gif                    |  Bin 0 -> 1010 bytes
 2.3.0/images/icon_help_sml.gif                     |  Bin 0 -> 1019 bytes
 2.3.0/images/icon_info_sml.gif                     |  Bin 0 -> 606 bytes
 2.3.0/images/icon_success_sml.gif                  |  Bin 0 -> 990 bytes
 2.3.0/images/icon_warning_sml.gif                  |  Bin 0 -> 576 bytes
 2.3.0/images/logos/ls-logo.jpg                     |  Bin 0 -> 41915 bytes
 2.3.0/images/logos/maven-feather.png               |  Bin 0 -> 3330 bytes
 2.3.0/images/newwindow.png                         |  Bin 0 -> 220 bytes
 2.3.0/images/remove.gif                            |  Bin 0 -> 227 bytes
 2.3.0/images/rss.png                               |  Bin 0 -> 249 bytes
 2.3.0/images/update.gif                            |  Bin 0 -> 192 bytes
 2.3.0/img/glyphicons-halflings-white.png           |  Bin 0 -> 8777 bytes
 2.3.0/img/glyphicons-halflings.png                 |  Bin 0 -> 12799 bytes
 2.3.0/index.html                                   |  235 +
 2.3.0/install.html                                 |  291 +
 2.3.0/integration.html                             |  235 +
 2.3.0/issue-tracking.html                          |  235 +
 2.3.0/jira-report.html                             |  235 +
 2.3.0/js/bootstrap.js                              | 2027 +++++
 2.3.0/js/bootstrap.min.js                          |    6 +
 2.3.0/js/jquery.js                                 | 9266 ++++++++++++++++++++
 2.3.0/js/jquery.min.js                             |    4 +
 2.3.0/js/prettify.js                               | 1477 ++++
 2.3.0/js/prettify.min.js                           |   41 +
 2.3.0/js/site.js                                   |  106 +
 2.3.0/license.html                                 |  437 +
 2.3.0/mail-lists.html                              |  235 +
 2.3.0/privacy-policy.html                          |  235 +
 2.3.0/privacy.html                                 |  279 +
 2.3.0/project-info.html                            |  235 +
 2.3.0/project-reports.html                         |  235 +
 2.3.0/quickstart.html                              |  434 +
 2.3.0/rat-report.html                              |  632 ++
 2.3.0/source-repository.html                       |  235 +
 2.3.0/surefire-report.html                         |  251 +
 2.3.0/team-list.html                               |  250 +
 2.3.0/volunteering.html                            |  235 +
 latest                                             |    1 +
 674 files changed, 258939 insertions(+)

diff --git a/2.2.1/apidocs/blank.html b/2.2.1/apidocs/blank.html
new file mode 100644
index 0000000..7515bef
--- /dev/null
+++ b/2.2.1/apidocs/blank.html
@@ -0,0 +1,13 @@
+<html>
+<head>
+	<title>Apache log4php 2.3.0-SNAPSHOT - GENERATED FILES - License: ASL 2.0</title>
+			<link rel="stylesheet" href="media/stylesheet.css" />
+			<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
+</head>
+<body>
+<div align="center"><h1>Apache log4php 2.3.0-SNAPSHOT - GENERATED FILES - License: ASL 2.0</h1></div>
+<b>Welcome to log4php!</b><br />
+<br />
+This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.3</a><br />
+</body>
+</html>
\ No newline at end of file
diff --git a/2.2.1/apidocs/classtrees_log4php.html b/2.2.1/apidocs/classtrees_log4php.html
new file mode 100644
index 0000000..b03c63a
--- /dev/null
+++ b/2.2.1/apidocs/classtrees_log4php.html
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+  <html xmlns="http://www.w3.org/1999/xhtml">
+		<head>
+			<!-- template designed by Marco Von Ballmoos  -->
+			<title></title>
+			<link rel="stylesheet" href="media/stylesheet.css" />
+											</head>
+		<body>
+						
+<!-- Start of Class Data -->
+<H2>
+	
+</H2>
+<h2>Root interface LoggerConfigurationAdapter</h2>
+<ul>
+<li><a href="log4php/configurators/LoggerConfigurationAdapter.html">LoggerConfigurationAdapter</a></li></ul>
+
+<h2>Root interface LoggerConfigurator</h2>
+<ul>
+<li><a href="log4php/LoggerConfigurator.html">LoggerConfigurator</a></li></ul>
+
+<h2>Root interface LoggerRendererObject</h2>
+<ul>
+<li><a href="log4php/renderers/LoggerRendererObject.html">LoggerRendererObject</a></li></ul>
+
+<h2>Root class Logger</h2>
+<ul>
+<li><a href="log4php/Logger.html">Logger</a><ul>
+<li><a href="log4php/LoggerRoot.html">LoggerRoot</a></li></ul></li>
+</ul>
+
+<h2>Root class LoggerAppenderPool</h2>
+<ul>
+<li><a href="log4php/LoggerAppenderPool.html">LoggerAppenderPool</a></li></ul>
+
+<h2>Root class LoggerAutoloader</h2>
+<ul>
+<li><a href="log4php/LoggerAutoloader.html">LoggerAutoloader</a></li></ul>
+
+<h2>Root class LoggerConfigurable</h2>
+<ul>
+<li><a href="log4php/LoggerConfigurable.html">LoggerConfigurable</a><ul>
+<li><a href="log4php/LoggerAppender.html">LoggerAppender</a><ul>
+<li><a href="log4php/appenders/LoggerAppenderConsole.html">LoggerAppenderConsole</a></li><li><a href="log4php/appenders/LoggerAppenderEcho.html">LoggerAppenderEcho</a></li><li><a href="log4php/appenders/LoggerAppenderFile.html">LoggerAppenderFile</a><ul>
+<li><a href="log4php/appenders/LoggerAppenderDailyFile.html">LoggerAppenderDailyFile</a></li><li><a href="log4php/appenders/LoggerAppenderRollingFile.html">LoggerAppenderRollingFile</a></li></ul></li>
+<li><a href="log4php/appenders/LoggerAppenderMail.html">LoggerAppenderMail</a></li><li><a href="log4php/appenders/LoggerAppenderMailEvent.html">LoggerAppenderMailEvent</a></li><li><a href="log4php/appenders/LoggerAppenderMongoDB.html">LoggerAppenderMongoDB</a></li><li><a href="log4php/appenders/LoggerAppenderNull.html">LoggerAppenderNull</a></li><li><a href="log4php/appenders/LoggerAppenderPDO.html">LoggerAppenderPDO</a></li><li><a href="log4php/appenders/LoggerAppenderPhp.html">LoggerAp [...]
+<li><a href="log4php/LoggerFilter.html">LoggerFilter</a><ul>
+<li><a href="log4php/filters/LoggerFilterDenyAll.html">LoggerFilterDenyAll</a></li><li><a href="log4php/filters/LoggerFilterLevelMatch.html">LoggerFilterLevelMatch</a></li><li><a href="log4php/filters/LoggerFilterLevelRange.html">LoggerFilterLevelRange</a></li><li><a href="log4php/filters/LoggerFilterStringMatch.html">LoggerFilterStringMatch</a></li></ul></li>
+<li><a href="log4php/LoggerLayout.html">LoggerLayout</a><ul>
+<li><a href="log4php/layouts/LoggerLayoutHtml.html">LoggerLayoutHtml</a></li><li><a href="log4php/layouts/LoggerLayoutPattern.html">LoggerLayoutPattern</a></li><li><a href="log4php/layouts/LoggerLayoutSerialized.html">LoggerLayoutSerialized</a></li><li><a href="log4php/layouts/LoggerLayoutSimple.html">LoggerLayoutSimple</a></li><li><a href="log4php/layouts/LoggerLayoutTTCC.html">LoggerLayoutTTCC</a></li><li><a href="log4php/layouts/LoggerLayoutXml.html">LoggerLayoutXml</a></li></ul></li>
+</ul></li>
+</ul>
+
+<h2>Root class LoggerConfigurationAdapterINI</h2>
+<ul>
+<li><a href="log4php/configurators/LoggerConfigurationAdapterINI.html">LoggerConfigurationAdapterINI</a></li></ul>
+
+<h2>Root class LoggerConfigurationAdapterPHP</h2>
+<ul>
+<li><a href="log4php/configurators/LoggerConfigurationAdapterPHP.html">LoggerConfigurationAdapterPHP</a></li></ul>
+
+<h2>Root class LoggerConfigurationAdapterXML</h2>
+<ul>
+<li><a href="log4php/configurators/LoggerConfigurationAdapterXML.html">LoggerConfigurationAdapterXML</a></li></ul>
+
+<h2>Root class LoggerConfiguratorDefault</h2>
+<ul>
+<li><a href="log4php/LoggerConfiguratorDefault.html">LoggerConfiguratorDefault</a></li></ul>
+
+<h2>Root class LoggerFormattingInfo</h2>
+<ul>
+<li><a href="log4php/helpers/LoggerFormattingInfo.html">LoggerFormattingInfo</a></li></ul>
+
+<h2>Root class LoggerHierarchy</h2>
+<ul>
+<li><a href="log4php/LoggerHierarchy.html">LoggerHierarchy</a></li></ul>
+
+<h2>Root class LoggerLevel</h2>
+<ul>
+<li><a href="log4php/LoggerLevel.html">LoggerLevel</a></li></ul>
+
+<h2>Root class LoggerLocationInfo</h2>
+<ul>
+<li><a href="log4php/LoggerLocationInfo.html">LoggerLocationInfo</a></li></ul>
+
+<h2>Root class LoggerLoggingEvent</h2>
+<ul>
+<li><a href="log4php/LoggerLoggingEvent.html">LoggerLoggingEvent</a></li></ul>
+
+<h2>Root class LoggerMDC</h2>
+<ul>
+<li><a href="log4php/LoggerMDC.html">LoggerMDC</a></li></ul>
+
+<h2>Root class LoggerNDC</h2>
+<ul>
+<li><a href="log4php/LoggerNDC.html">LoggerNDC</a></li></ul>
+
+<h2>Root class LoggerOptionConverter</h2>
+<ul>
+<li><a href="log4php/helpers/LoggerOptionConverter.html">LoggerOptionConverter</a></li></ul>
+
+<h2>Root class LoggerPatternConverter</h2>
+<ul>
+<li><a href="log4php/helpers/LoggerPatternConverter.html">LoggerPatternConverter</a><ul>
+<li><a href="log4php/helpers/LoggerBasicPatternConverter.html">LoggerBasicPatternConverter</a></li><li><a href="log4php/helpers/LoggerDatePatternConverter.html">LoggerDatePatternConverter</a></li><li><a href="log4php/helpers/LoggerLiteralPatternConverter.html">LoggerLiteralPatternConverter</a></li><li><a href="log4php/helpers/LoggerLocationPatternConverter.html">LoggerLocationPatternConverter</a></li><li><a href="log4php/helpers/LoggerMDCPatternConverter.html">LoggerMDCPatternConverter</ [...]
+<li><a href="log4php/helpers/LoggerCategoryPatternConverter.html">LoggerCategoryPatternConverter</a></li><li><a href="log4php/helpers/LoggerClassNamePatternConverter.html">LoggerClassNamePatternConverter</a></li></ul></li>
+</ul></li>
+</ul>
+
+<h2>Root class LoggerPatternParser</h2>
+<ul>
+<li><a href="log4php/helpers/LoggerPatternParser.html">LoggerPatternParser</a></li></ul>
+
+<h2>Root class LoggerReflectionUtils</h2>
+<ul>
+<li><a href="log4php/LoggerReflectionUtils.html">LoggerReflectionUtils</a></li></ul>
+
+<h2>Root class LoggerRendererDefault</h2>
+<ul>
+<li><a href="log4php/renderers/LoggerRendererDefault.html">LoggerRendererDefault</a></li></ul>
+
+<h2>Root class LoggerRendererException</h2>
+<ul>
+<li><a href="log4php/renderers/LoggerRendererException.html">LoggerRendererException</a></li></ul>
+
+<h2>Root class LoggerRendererMap</h2>
+<ul>
+<li><a href="log4php/renderers/LoggerRendererMap.html">LoggerRendererMap</a></li></ul>
+
+<h2>Root class LoggerThrowableInformation</h2>
+<ul>
+<li><a href="log4php/LoggerThrowableInformation.html">LoggerThrowableInformation</a></li></ul>
+
+<h2>Root class Exception</h2>
+<ul>
+<li><a href="log4php/LoggerException.html">LoggerException</a></li></ul>
+
+	<p class="notes" id="credit">
+		Documentation generated on Sat, 18 Feb 2012 22:32:20 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
+	</p>
+	</body>
+</html>
\ No newline at end of file
diff --git a/2.2.1/apidocs/elementindex.html b/2.2.1/apidocs/elementindex.html
new file mode 100644
index 0000000..4b0b43d
--- /dev/null
+++ b/2.2.1/apidocs/elementindex.html
@@ -0,0 +1,5285 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+  <html xmlns="http://www.w3.org/1999/xhtml">
+		<head>
+			<!-- template designed by Marco Von Ballmoos  -->
+			<title></title>
+			<link rel="stylesheet" href="media/stylesheet.css" />
+											</head>
+		<body>
+						<a name="top"></a>
+<h2>Full index</h2>
+<h3>Package indexes</h3>
+<ul>
+	<li><a href="elementindex_log4php.html">log4php</a></li>
+</ul>
+<br />
+<div class="index-letter-menu">
+	<a class="index-letter" href="elementindex.html#a">a</a>
+	<a class="index-letter" href="elementindex.html#b">b</a>
+	<a class="index-letter" href="elementindex.html#c">c</a>
+	<a class="index-letter" href="elementindex.html#d">d</a>
+	<a class="index-letter" href="elementindex.html#e">e</a>
+	<a class="index-letter" href="elementindex.html#f">f</a>
+	<a class="index-letter" href="elementindex.html#g">g</a>
+	<a class="index-letter" href="elementindex.html#h">h</a>
+	<a class="index-letter" href="elementindex.html#i">i</a>
+	<a class="index-letter" href="elementindex.html#k">k</a>
+	<a class="index-letter" href="elementindex.html#l">l</a>
+	<a class="index-letter" href="elementindex.html#m">m</a>
+	<a class="index-letter" href="elementindex.html#n">n</a>
+	<a class="index-letter" href="elementindex.html#o">o</a>
+	<a class="index-letter" href="elementindex.html#p">p</a>
+	<a class="index-letter" href="elementindex.html#r">r</a>
+	<a class="index-letter" href="elementindex.html#s">s</a>
+	<a class="index-letter" href="elementindex.html#t">t</a>
+	<a class="index-letter" href="elementindex.html#u">u</a>
+	<a class="index-letter" href="elementindex.html#w">w</a>
+	<a class="index-letter" href="elementindex.html#_">_</a>
+</div>
+
+	<a name="a"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">a</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$acceptOnMatch</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelRange.html#var$acceptOnMatch">LoggerFilterLevelRange::$acceptOnMatch</a> in LoggerFilterLevelRange.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$acceptOnMatch</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelMatch.html#var$acceptOnMatch">LoggerFilterLevelMatch::$acceptOnMatch</a> in LoggerFilterLevelMatch.php</div>
+							<div class="index-item-description">Indicates if this event should be accepted or denied on match</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$acceptOnMatch</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterStringMatch.html#var$acceptOnMatch">LoggerFilterStringMatch::$acceptOnMatch</a> in LoggerFilterStringMatch.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$adapters</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#var$adapters">LoggerConfiguratorDefault::$adapters</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Defines which adapter should be used for parsing which format.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$additive</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#var$additive">Logger::$additive</a> in Logger.php</div>
+							<div class="index-item-description">Logger additivity. If set to true then child loggers will inherit  the appenders of their ancestors by default.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#var$append">LoggerAppenderFile::$append</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$appenders</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#var$appenders">LoggerConfiguratorDefault::$appenders</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Holds the appenders before they are linked to loggers.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$appenders</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppenderPool.html#var$appenders">LoggerAppenderPool::$appenders</a> in LoggerAppenderPool.php</div>
+							<div class="index-item-description">Holds appenders indexed by their name</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$appenders</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#var$appenders">Logger::$appenders</a> in Logger.php</div>
+							<div class="index-item-description">A collection of appenders linked to this logger.</div>
+					</dd>
+			<dt class="field">
+						ACCEPT
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerFilter.html#constACCEPT">LoggerFilter::ACCEPT</a> in LoggerFilter.php</div>
+							<div class="index-item-description">The log event must be logged immediately without consulting with  the remaining filters, if any, in the chain.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activate</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerReflectionUtils.html#methodactivate">LoggerReflectionUtils::activate()</a> in LoggerReflectionUtils.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html#methodactivateOptions">LoggerAppenderSocket::activateOptions()</a> in LoggerAppenderSocket.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLayout.html#methodactivateOptions">LoggerLayout::activateOptions()</a> in LoggerLayout.php</div>
+							<div class="index-item-description">Activates options for this layout.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerFilter.html#methodactivateOptions">LoggerFilter::activateOptions()</a> in LoggerFilter.php</div>
+							<div class="index-item-description">Usually filters options become active when set. We provide a  default do-nothing implementation for convenience.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodactivateOptions">LoggerAppender::activateOptions()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Prepares the appender for logging.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodactivateOptions">LoggerAppenderSyslog::activateOptions()</a> in LoggerAppenderSyslog.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#methodactivateOptions">LoggerAppenderPDO::activateOptions()</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Setup db connection.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#methodactivateOptions">LoggerLayoutXml::activateOptions()</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html#methodactivateOptions">LoggerAppenderMailEvent::activateOptions()</a> in LoggerAppenderMailEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderConsole.html#methodactivateOptions">LoggerAppenderConsole::activateOptions()</a> in LoggerAppenderConsole.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodactivateOptions">LoggerAppenderMongoDB::activateOptions()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Setup db connection.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderDailyFile.html#methodactivateOptions">LoggerAppenderDailyFile::activateOptions()</a> in LoggerAppenderDailyFile.php</div>
+							<div class="index-item-description">Similar to parent method, but but replaces &quot;%s&quot; in the file name with  the current date in format specified by the 'datePattern' parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#methodactivateOptions">LoggerAppenderFile::activateOptions()</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">add</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppenderPool.html#methodadd">LoggerAppenderPool::add()</a> in LoggerAppenderPool.php</div>
+							<div class="index-item-description">Adds an appender to the pool.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">addAppender</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodaddAppender">Logger::addAppender()</a> in Logger.php</div>
+							<div class="index-item-description">Adds a new appender to the Logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">addConverter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#methodaddConverter">LoggerPatternParser::addConverter()</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">addFilter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodaddFilter">LoggerAppender::addFilter()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Adds a filter to the end of the filter chain.</div>
+					</dd>
+			<dt class="field">
+						ADDITIVITY_PREFIX
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#constADDITIVITY_PREFIX">LoggerConfigurationAdapterINI::ADDITIVITY_PREFIX</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Prefix used for defining logger additivity.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">addNext</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerFilter.html#methodaddNext">LoggerFilter::addNext()</a> in LoggerFilter.php</div>
+							<div class="index-item-description">Adds a new filter to the filter chain this filter is a part of.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">addRenderer</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html#methodaddRenderer">LoggerRendererMap::addRenderer()</a> in LoggerRendererMap.php</div>
+							<div class="index-item-description">Add a renderer to a hierarchy passed as parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">addToList</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#methodaddToList">LoggerPatternParser::addToList()</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						ALL
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#constALL">LoggerLevel::ALL</a> in LoggerLevel.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html#methodappend">LoggerAppenderSocket::append()</a> in LoggerAppenderSocket.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodappend">LoggerAppenderMongoDB::append()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Appends a new event to the mongo database.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderNull.html#methodappend">LoggerAppenderNull::append()</a> in LoggerAppenderNull.php</div>
+							<div class="index-item-description">Do nothing.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html#methodappend">LoggerAppenderMailEvent::append()</a> in LoggerAppenderMailEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMail.html#methodappend">LoggerAppenderMail::append()</a> in LoggerAppenderMail.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderEcho.html#methodappend">LoggerAppenderEcho::append()</a> in LoggerAppenderEcho.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#methodappend">LoggerAppenderFile::append()</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#methodappend">LoggerAppenderPDO::append()</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Appends a new event to the database.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPhp.html#methodappend">LoggerAppenderPhp::append()</a> in LoggerAppenderPhp.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodappend">LoggerAppenderSyslog::append()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Appends the event to syslog.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderConsole.html#methodappend">LoggerAppenderConsole::append()</a> in LoggerAppenderConsole.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#methodappend">LoggerAppenderRollingFile::append()</a> in LoggerAppenderRollingFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodappend">LoggerAppender::append()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Forwards the logging event to the destination.</div>
+					</dd>
+			<dt class="field">
+						APPENDER_PREFIX
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#constAPPENDER_PREFIX">LoggerConfigurationAdapterINI::APPENDER_PREFIX</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Prefix used for defining an appender.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">assertLog</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodassertLog">Logger::assertLog()</a> in Logger.php</div>
+							<div class="index-item-description">If assertion parameter evaluates as false, then logs the message  using the ERROR level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">autoload</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAutoloader.html#methodautoload">LoggerAutoloader::autoload()</a> in LoggerAutoloader.php</div>
+							<div class="index-item-description">Loads a class.</div>
+					</dd>
+		</dl>
+	<a name="b"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">b</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$body</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMail.html#var$body">LoggerAppenderMail::$body</a> in LoggerAppenderMail.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">beginsWith</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#methodbeginsWith">LoggerConfigurationAdapterINI::beginsWith()</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Helper method. Returns true if $str begins with $sub.</div>
+					</dd>
+		</dl>
+	<a name="c"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">c</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$canAppend</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#var$canAppend">LoggerAppenderPDO::$canAppend</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Set in activateOptions() and later used in append() to check if all conditions to append are true.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$canAppend</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#var$canAppend">LoggerAppenderMongoDB::$canAppend</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Set to true if the appender can append.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$categoryName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$categoryName">LoggerLoggingEvent::$categoryName</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">The category (logger) name.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$categoryPrefixing</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#var$categoryPrefixing">LoggerLayoutTTCC::$categoryPrefixing</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$classes</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAutoloader.html#var$classes">LoggerAutoloader::$classes</a> in LoggerAutoloader.php</div>
+							<div class="index-item-description">Maps classnames to files containing the class.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$className</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#var$className">LoggerLocationInfo::$className</a> in LoggerLocationInfo.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$closed</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#var$closed">LoggerAppender::$closed</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Set to true when the appender is closed. A closed appender will not  accept any logging requests.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$collection</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#var$collection">LoggerAppenderMongoDB::$collection</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">The collection to which log is written.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$collectionName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#var$collectionName">LoggerAppenderMongoDB::$collectionName</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Name of the collection within the given database.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$config</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#var$config">LoggerConfigurationAdapterXML::$config</a> in LoggerConfigurationAdapterXML.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$config</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#var$config">LoggerConfigurationAdapterINI::$config</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Holds the configuration.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$connection</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#var$connection">LoggerAppenderMongoDB::$connection</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Connection to the MongoDB instance.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$contextPrinting</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#var$contextPrinting">LoggerLayoutTTCC::$contextPrinting</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$createTable</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#var$createTable">LoggerAppenderPDO::$createTable</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Create the log table if it does not exists (optional).</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$currentLiteral</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#var$currentLiteral">LoggerPatternParser::$currentLiteral</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">callAppenders</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodcallAppenders">Logger::callAppenders()</a> in Logger.php</div>
+							<div class="index-item-description">Forwards the given logging event to all linked appenders.</div>
+					</dd>
+			<dt class="field">
+						CDATA_EMBEDDED_END
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#constCDATA_EMBEDDED_END">LoggerLayoutXml::CDATA_EMBEDDED_END</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						CDATA_END
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#constCDATA_END">LoggerLayoutXml::CDATA_END</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						CDATA_PSEUDO_END
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#constCDATA_PSEUDO_END">LoggerLayoutXml::CDATA_PSEUDO_END</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						CDATA_START
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#constCDATA_START">LoggerLayoutXml::CDATA_START</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						CLASS_LOCATION_CONVERTER
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constCLASS_LOCATION_CONVERTER">LoggerPatternParser::CLASS_LOCATION_CONVERTER</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">clear</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html#methodclear">LoggerRendererMap::clear()</a> in LoggerRendererMap.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">clear</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodclear">Logger::clear()</a> in Logger.php</div>
+							<div class="index-item-description">Clears all Logger definitions from the logger hierarchy.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">clear</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerMDC.html#methodclear">LoggerMDC::clear()</a> in LoggerMDC.php</div>
+							<div class="index-item-description">Clears the mapped diagnostic context.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">clear</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerNDC.html#methodclear">LoggerNDC::clear()</a> in LoggerNDC.php</div>
+							<div class="index-item-description">Clear any nested diagnostic information if any. This method is useful in cases where the same thread can be potentially used over and over in different unrelated contexts.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">clear</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppenderPool.html#methodclear">LoggerAppenderPool::clear()</a> in LoggerAppenderPool.php</div>
+							<div class="index-item-description">Clears all appenders from the pool.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">clear</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodclear">LoggerHierarchy::clear()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Clears all loggers.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">clearFilters</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodclearFilters">LoggerAppender::clearFilters()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Clears the filter chain by removing all the filters in it.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">close</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#methodclose">LoggerAppenderPDO::close()</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Closes the connection to the logging database</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">close</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderConsole.html#methodclose">LoggerAppenderConsole::close()</a> in LoggerAppenderConsole.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">close</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodclose">LoggerAppender::close()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Releases any resources allocated by the appender.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">close</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderEcho.html#methodclose">LoggerAppenderEcho::close()</a> in LoggerAppenderEcho.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">close</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#methodclose">LoggerAppenderFile::close()</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">close</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodclose">LoggerAppenderMongoDB::close()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Closes the connection to the logging database</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">close</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMail.html#methodclose">LoggerAppenderMail::close()</a> in LoggerAppenderMail.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">close</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodclose">LoggerAppenderSyslog::close()</a> in LoggerAppenderSyslog.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">configure</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodconfigure">LoggerConfiguratorDefault::configure()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Configures log4php based on the given configuration. The input can  either be a path to the config file, or a PHP array holding the  configuration.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">configure</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfigurator.html#methodconfigure">LoggerConfigurator::configure()</a> in LoggerConfigurator.php</div>
+							<div class="index-item-description">Configures log4php based on the given configuration.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">configure</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodconfigure">Logger::configure()</a> in Logger.php</div>
+							<div class="index-item-description">Configures log4php.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">configureAppender</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodconfigureAppender">LoggerConfiguratorDefault::configureAppender()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Configures an appender based on given config and saves it to  $appenders array so it can be later linked to loggers.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">configureLogger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodconfigureLogger">LoggerConfiguratorDefault::configureLogger()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Configures a logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">configureOtherLogger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodconfigureOtherLogger">LoggerConfiguratorDefault::configureOtherLogger()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Configures a logger which is not root.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">configureRenderer</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodconfigureRenderer">LoggerConfiguratorDefault::configureRenderer()</a> in LoggerConfiguratorDefault.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">configureRootLogger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodconfigureRootLogger">LoggerConfiguratorDefault::configureRootLogger()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Configures the root logger</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#methodconvert">LoggerConfigurationAdapterINI::convert()</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Converts the provided INI configuration file to a PHP array config.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerNamedPatternConverter.html#methodconvert">LoggerNamedPatternConverter::convert()</a> in LoggerNamedPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternConverter.html#methodconvert">LoggerPatternConverter::convert()</a> in LoggerPatternConverter.php</div>
+							<div class="index-item-description">Derived pattern converters must override this method in order to  convert conversion specifiers in the correct way.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapter.html#methodconvert">LoggerConfigurationAdapter::convert()</a> in LoggerConfigurationAdapter.php</div>
+							<div class="index-item-description">Converts the configuration file to PHP format usable by the configurator.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerMDCPatternConverter.html#methodconvert">LoggerMDCPatternConverter::convert()</a> in LoggerMDCPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerBasicPatternConverter.html#methodconvert">LoggerBasicPatternConverter::convert()</a> in LoggerBasicPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerLocationPatternConverter.html#methodconvert">LoggerLocationPatternConverter::convert()</a> in LoggerLocationPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterPHP.html#methodconvert">LoggerConfigurationAdapterPHP::convert()</a> in LoggerConfigurationAdapterPHP.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerDatePatternConverter.html#methodconvert">LoggerDatePatternConverter::convert()</a> in LoggerDatePatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerLiteralPatternConverter.html#methodconvert">LoggerLiteralPatternConverter::convert()</a> in LoggerLiteralPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#methodconvert">LoggerConfigurationAdapterXML::convert()</a> in LoggerConfigurationAdapterXML.php</div>
+					</dd>
+			<dt class="field">
+						CONVERTER_STATE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constCONVERTER_STATE">LoggerPatternParser::CONVERTER_STATE</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">createAppenderFilter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodcreateAppenderFilter">LoggerConfiguratorDefault::createAppenderFilter()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Parses filter config, creates the filter and adds it to the appender's  filter chain.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">createAppenderLayout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodcreateAppenderLayout">LoggerConfiguratorDefault::createAppenderLayout()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Parses layout config, creates the layout and links it to the appender.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">createObject</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerReflectionUtils.html#methodcreateObject">LoggerReflectionUtils::createObject()</a> in LoggerReflectionUtils.php</div>
+							<div class="index-item-description">Creates an instances from the given class name.</div>
+					</dd>
+		</dl>
+	<a name="d"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">d</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$databaseName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#var$databaseName">LoggerAppenderMongoDB::$databaseName</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Name of the database to which to log.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$dateFormat</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#var$dateFormat">LoggerLayoutTTCC::$dateFormat</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$datePattern</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderDailyFile.html#var$datePattern">LoggerAppenderDailyFile::$datePattern</a> in LoggerAppenderDailyFile.php</div>
+							<div class="index-item-description">Format date.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$db</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#var$db">LoggerAppenderPDO::$db</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">The PDO instance.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$defaultConfiguration</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#var$defaultConfiguration">LoggerConfiguratorDefault::$defaultConfiguration</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Default configuration; used if no configuration file is provided.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$defaultRenderer</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html#var$defaultRenderer">LoggerRendererMap::$defaultRenderer</a> in LoggerRendererMap.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$df</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerDatePatternConverter.html#var$df">LoggerDatePatternConverter::$df</a> in LoggerDatePatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$dry</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMail.html#var$dry">LoggerAppenderMail::$dry</a> in LoggerAppenderMail.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$dry</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html#var$dry">LoggerAppenderMailEvent::$dry</a> in LoggerAppenderMailEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$dsn</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#var$dsn">LoggerAppenderPDO::$dsn</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">DSN string for enabling a connection.</div>
+					</dd>
+			<dt class="field">
+						DATE_FORMAT_ABSOLUTE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constDATE_FORMAT_ABSOLUTE">LoggerPatternParser::DATE_FORMAT_ABSOLUTE</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						DATE_FORMAT_DATE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constDATE_FORMAT_DATE">LoggerPatternParser::DATE_FORMAT_DATE</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						DATE_FORMAT_ISO8601
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constDATE_FORMAT_ISO8601">LoggerPatternParser::DATE_FORMAT_ISO8601</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">debug</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methoddebug">Logger::debug()</a> in Logger.php</div>
+							<div class="index-item-description">Log a message object with the DEBUG level.</div>
+					</dd>
+			<dt class="field">
+						DEBUG
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#constDEBUG">LoggerLevel::DEBUG</a> in LoggerLevel.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">decide</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterDenyAll.html#methoddecide">LoggerFilterDenyAll::decide()</a> in LoggerFilterDenyAll.php</div>
+							<div class="index-item-description">Always returns the integer constant <a href="log4php/LoggerFilter.html#constDENY">LoggerFilter::DENY</a>  regardless of the <a href="log4php/LoggerLoggingEvent.html">LoggerLoggingEvent</a> parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">decide</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterStringMatch.html#methoddecide">LoggerFilterStringMatch::decide()</a> in LoggerFilterStringMatch.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">decide</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelMatch.html#methoddecide">LoggerFilterLevelMatch::decide()</a> in LoggerFilterLevelMatch.php</div>
+							<div class="index-item-description">Return the decision of this filter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">decide</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelRange.html#methoddecide">LoggerFilterLevelRange::decide()</a> in LoggerFilterLevelRange.php</div>
+							<div class="index-item-description">Return the decision of this filter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">decide</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerFilter.html#methoddecide">LoggerFilter::decide()</a> in LoggerFilter.php</div>
+							<div class="index-item-description">Decide what to do.</div>
+					</dd>
+			<dt class="field">
+						DEFAULT_COLLECTION_NAME
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#constDEFAULT_COLLECTION_NAME">LoggerAppenderMongoDB::DEFAULT_COLLECTION_NAME</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Default value for $collectionName</div>
+					</dd>
+			<dt class="field">
+						DEFAULT_CONVERSION_PATTERN
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutPattern.html#constDEFAULT_CONVERSION_PATTERN">LoggerLayoutPattern::DEFAULT_CONVERSION_PATTERN</a> in LoggerLayoutPattern.php</div>
+							<div class="index-item-description">Default conversion Pattern</div>
+					</dd>
+			<dt class="field">
+						DEFAULT_DB_NAME
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#constDEFAULT_DB_NAME">LoggerAppenderMongoDB::DEFAULT_DB_NAME</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Default value for $databaseName</div>
+					</dd>
+			<dt class="field">
+						DEFAULT_MONGO_HOST
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#constDEFAULT_MONGO_HOST">LoggerAppenderMongoDB::DEFAULT_MONGO_HOST</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Default value for $host, without a prefix.</div>
+					</dd>
+			<dt class="field">
+						DEFAULT_MONGO_PORT
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#constDEFAULT_MONGO_PORT">LoggerAppenderMongoDB::DEFAULT_MONGO_PORT</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Default value for $port</div>
+					</dd>
+			<dt class="field">
+						DEFAULT_MONGO_URL_PREFIX
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#constDEFAULT_MONGO_URL_PREFIX">LoggerAppenderMongoDB::DEFAULT_MONGO_URL_PREFIX</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Default prefix for the $host.</div>
+					</dd>
+			<dt class="field">
+						DEFAULT_TIMEOUT_VALUE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#constDEFAULT_TIMEOUT_VALUE">LoggerAppenderMongoDB::DEFAULT_TIMEOUT_VALUE</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Default value for $timeout</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">delete</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppenderPool.html#methoddelete">LoggerAppenderPool::delete()</a> in LoggerAppenderPool.php</div>
+							<div class="index-item-description">Removes an appender from the pool by name.</div>
+					</dd>
+			<dt class="field">
+						DELIM_START
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#constDELIM_START">LoggerOptionConverter::DELIM_START</a> in LoggerOptionConverter.php</div>
+					</dd>
+			<dt class="field">
+						DELIM_START_LEN
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#constDELIM_START_LEN">LoggerOptionConverter::DELIM_START_LEN</a> in LoggerOptionConverter.php</div>
+					</dd>
+			<dt class="field">
+						DELIM_STOP
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#constDELIM_STOP">LoggerOptionConverter::DELIM_STOP</a> in LoggerOptionConverter.php</div>
+					</dd>
+			<dt class="field">
+						DELIM_STOP_LEN
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#constDELIM_STOP_LEN">LoggerOptionConverter::DELIM_STOP_LEN</a> in LoggerOptionConverter.php</div>
+					</dd>
+			<dt class="field">
+						DENY
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerFilter.html#constDENY">LoggerFilter::DENY</a> in LoggerFilter.php</div>
+							<div class="index-item-description">The log event must be dropped immediately without consulting  with the remaining filters, if any, in the chain.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">doAppend</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methoddoAppend">LoggerAppender::doAppend()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Performs threshold checks and invokes filters before delegating logging  to the subclass' specific <em>append()</em> method.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">doConfigure</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methoddoConfigure">LoggerConfiguratorDefault::doConfigure()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Constructs the logger hierarchy based on configuration.</div>
+					</dd>
+			<dt class="field">
+						DOT_STATE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constDOT_STATE">LoggerPatternParser::DOT_STATE</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">dump</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerFormattingInfo.html#methoddump">LoggerFormattingInfo::dump()</a> in LoggerFormattingInfo.php</div>
+					</dd>
+		</dl>
+	<a name="e"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">e</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$expandedFileName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#var$expandedFileName">LoggerAppenderRollingFile::$expandedFileName</a> in LoggerAppenderRollingFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">encodeCDATA</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#methodencodeCDATA">LoggerLayoutXml::encodeCDATA()</a> in LoggerLayoutXml.php</div>
+							<div class="index-item-description">Encases a string in CDATA tags, and escapes any existing CDATA end  tags already present in the string.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">equals</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodequals">LoggerLevel::equals()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Compares two logger levels.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">error</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methoderror">Logger::error()</a> in Logger.php</div>
+							<div class="index-item-description">Log a message object with the ERROR level.</div>
+					</dd>
+			<dt class="field">
+						ERROR
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#constERROR">LoggerLevel::ERROR</a> in LoggerLevel.php</div>
+					</dd>
+			<dt class="field">
+						ESCAPE_CHAR
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constESCAPE_CHAR">LoggerPatternParser::ESCAPE_CHAR</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">exists</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodexists">LoggerHierarchy::exists()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Check if the named logger exists in the hierarchy.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">exists</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodexists">Logger::exists()</a> in Logger.php</div>
+							<div class="index-item-description">check if a given logger exists.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">exists</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppenderPool.html#methodexists">LoggerAppenderPool::exists()</a> in LoggerAppenderPool.php</div>
+							<div class="index-item-description">Checks whether an appender exists in the pool.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">extractOption</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#methodextractOption">LoggerPatternParser::extractOption()</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">extractPrecisionOption</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#methodextractPrecisionOption">LoggerPatternParser::extractPrecisionOption()</a> in LoggerPatternParser.php</div>
+							<div class="index-item-description">The option is expected to be in decimal and positive. In case of  error, zero is returned.</div>
+					</dd>
+		</dl>
+	<a name="f"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">f</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$facility</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#var$facility">LoggerAppenderSyslog::$facility</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">The facility value indicates the source of the message.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$falseValues</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#var$falseValues">LoggerOptionConverter::$falseValues</a> in LoggerOptionConverter.php</div>
+							<div class="index-item-description">String values which are converted to boolean FALSE.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$file</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#var$file">LoggerAppenderFile::$file</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$fileName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#var$fileName">LoggerLocationInfo::$fileName</a> in LoggerLocationInfo.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$filter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#var$filter">LoggerAppender::$filter</a> in LoggerAppender.php</div>
+							<div class="index-item-description">The first filter in the filter chain.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$firstAppend</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderEcho.html#var$firstAppend">LoggerAppenderEcho::$firstAppend</a> in LoggerAppenderEcho.php</div>
+							<div class="index-item-description">boolean used internally to mark first append</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$formattingInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#var$formattingInfo">LoggerPatternParser::$formattingInfo</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$fp</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderConsole.html#var$fp">LoggerAppenderConsole::$fp</a> in LoggerAppenderConsole.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$fp</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#var$fp">LoggerAppenderFile::$fp</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$fqcn</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#var$fqcn">Logger::$fqcn</a> in Logger.php</div>
+							<div class="index-item-description">The Logger's fully qualified class name.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$fqcn</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$fqcn">LoggerLoggingEvent::$fqcn</a> in LoggerLoggingEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$from</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMail.html#var$from">LoggerAppenderMail::$from</a> in LoggerAppenderMail.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$from</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html#var$from">LoggerAppenderMailEvent::$from</a> in LoggerAppenderMailEvent.php</div>
+							<div class="index-item-description">'from' field (defaults to 'sendmail_from' from php.ini on win32).</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$fullInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#var$fullInfo">LoggerLocationInfo::$fullInfo</a> in LoggerLocationInfo.php</div>
+					</dd>
+			<dt class="field">
+						FATAL
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#constFATAL">LoggerLevel::FATAL</a> in LoggerLevel.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">fatal</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodfatal">Logger::fatal()</a> in Logger.php</div>
+							<div class="index-item-description">Log a message object with the FATAL level.</div>
+					</dd>
+			<dt class="field">
+						FILE_LOCATION_CONVERTER
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constFILE_LOCATION_CONVERTER">LoggerPatternParser::FILE_LOCATION_CONVERTER</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">finalizeConverter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#methodfinalizeConverter">LoggerPatternParser::finalizeConverter()</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">findAndRender</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html#methodfindAndRender">LoggerRendererMap::findAndRender()</a> in LoggerRendererMap.php</div>
+							<div class="index-item-description">Find the appropriate renderer for the class type of the  <var>o</var> parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">findAndSubst</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#methodfindAndSubst">LoggerOptionConverter::findAndSubst()</a> in LoggerOptionConverter.php</div>
+							<div class="index-item-description">Find the value corresponding to <var>$key</var> in  <var>$props</var>. Then perform variable substitution on the  found value.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">forcedLog</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodforcedLog">Logger::forcedLog()</a> in Logger.php</div>
+							<div class="index-item-description">This method creates a new logging event and logs the event without  further checks.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerLiteralPatternConverter.html#methodformat">LoggerLiteralPatternConverter::format()</a> in LoggerLiteralPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternConverter.html#methodformat">LoggerPatternConverter::format()</a> in LoggerPatternConverter.php</div>
+							<div class="index-item-description">A template method for formatting in a converter specific way.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutPattern.html#methodformat">LoggerLayoutPattern::format()</a> in LoggerLayoutPattern.php</div>
+							<div class="index-item-description">Produces a formatted string as specified by the conversion pattern.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#methodformat">LoggerLayoutXml::format()</a> in LoggerLayoutXml.php</div>
+							<div class="index-item-description">Formats a <a href="log4php/LoggerLoggingEvent.html">LoggerLoggingEvent</a> in conformance with the log4php.dtd.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodformat">LoggerAppenderMongoDB::format()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Converts the logging event into an array which can be logged to mongodb.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html#methodformat">LoggerLayoutHtml::format()</a> in LoggerLayoutHtml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLayout.html#methodformat">LoggerLayout::format()</a> in LoggerLayout.php</div>
+							<div class="index-item-description">Override this method to create your own layout format.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodformat">LoggerLayoutTTCC::format()</a> in LoggerLayoutTTCC.php</div>
+							<div class="index-item-description">In addition to the level of the statement and message, the returned string includes time, thread, category.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutSimple.html#methodformat">LoggerLayoutSimple::format()</a> in LoggerLayoutSimple.php</div>
+							<div class="index-item-description">Returns the log statement in a format consisting of the</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutSerialized.html#methodformat">LoggerLayoutSerialized::format()</a> in LoggerLayoutSerialized.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">formatThrowable</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodformatThrowable">LoggerAppenderMongoDB::formatThrowable()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Converts an Exception into an array which can be logged to mongodb.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">formatToArray</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutPattern.html#methodformatToArray">LoggerLayoutPattern::formatToArray()</a> in LoggerLayoutPattern.php</div>
+							<div class="index-item-description">Returns an array with the formatted elements.</div>
+					</dd>
+			<dt class="field">
+						FORMAT_INI
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#constFORMAT_INI">LoggerConfiguratorDefault::FORMAT_INI</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">INI (properties) configuration file format.</div>
+					</dd>
+			<dt class="field">
+						FORMAT_PHP
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#constFORMAT_PHP">LoggerConfiguratorDefault::FORMAT_PHP</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">PHP configuration file format.</div>
+					</dd>
+			<dt class="field">
+						FORMAT_XML
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#constFORMAT_XML">LoggerConfiguratorDefault::FORMAT_XML</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">XML configuration file format.</div>
+					</dd>
+			<dt class="field">
+						FULL_LOCATION_CONVERTER
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constFULL_LOCATION_CONVERTER">LoggerPatternParser::FULL_LOCATION_CONVERTER</a> in LoggerPatternParser.php</div>
+					</dd>
+		</dl>
+	<a name="g"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">g</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="method-title">get</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerMDC.html#methodget">LoggerMDC::get()</a> in LoggerMDC.php</div>
+							<div class="index-item-description">Returns the context value identified by the key parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">get</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerNDC.html#methodget">LoggerNDC::get()</a> in LoggerNDC.php</div>
+							<div class="index-item-description">Never use this method directly, use the <a href="log4php/LoggerLoggingEvent.html#methodgetNDC">LoggerLoggingEvent::getNDC()</a> method instead.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">get</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppenderPool.html#methodget">LoggerAppenderPool::get()</a> in LoggerAppenderPool.php</div>
+							<div class="index-item-description">Retrieves an appender from the pool by name.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getAdditivity</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetAdditivity">Logger::getAdditivity()</a> in Logger.php</div>
+							<div class="index-item-description">Returns the additivity flag.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getAllAppenders</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetAllAppenders">Logger::getAllAppenders()</a> in Logger.php</div>
+							<div class="index-item-description">Returns the appenders linked to this logger as an array.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getAppend</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#methodgetAppend">LoggerAppenderFile::getAppend()</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getAppender</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetAppender">Logger::getAppender()</a> in Logger.php</div>
+							<div class="index-item-description">Returns a linked appender by name.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getAppenders</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppenderPool.html#methodgetAppenders">LoggerAppenderPool::getAppenders()</a> in LoggerAppenderPool.php</div>
+							<div class="index-item-description">Returns all appenders from the pool.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getAttributeValue</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#methodgetAttributeValue">LoggerConfigurationAdapterXML::getAttributeValue()</a> in LoggerConfigurationAdapterXML.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getByClassName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html#methodgetByClassName">LoggerRendererMap::getByClassName()</a> in LoggerRendererMap.php</div>
+							<div class="index-item-description">Search the parents of <var>clazz</var> for a renderer.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getByObject</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html#methodgetByObject">LoggerRendererMap::getByObject()</a> in LoggerRendererMap.php</div>
+							<div class="index-item-description">Syntactic sugar method that calls <a href="http://www.php.net/get_class">http://www.php.net/get_class</a> with the  class of the object parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getCategoryPrefixing</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodgetCategoryPrefixing">LoggerLayoutTTCC::getCategoryPrefixing()</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getChainedLevel</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerRoot.html#methodgetChainedLevel">LoggerRoot::getChainedLevel()</a> in LoggerRoot.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getClassName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#methodgetClassName">LoggerLocationInfo::getClassName()</a> in LoggerLocationInfo.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getCollection</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodgetCollection">LoggerAppenderMongoDB::getCollection()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Returns the active mongodb collection.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getCollectionName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodgetCollectionName">LoggerAppenderMongoDB::getCollectionName()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Returns the value of $collectionName parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getConfigType</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodgetConfigType">LoggerConfiguratorDefault::getConfigType()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Determines configuration file type based on the file extension.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getConfigurator</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetConfigurator">Logger::getConfigurator()</a> in Logger.php</div>
+							<div class="index-item-description">Creates a logger configurator instance based on the provided  configurator class. If no class is given, returns an instance of  the default configurator.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getConnection</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodgetConnection">LoggerAppenderMongoDB::getConnection()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Returns the mongodb connection.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getContentType</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html#methodgetContentType">LoggerLayoutHtml::getContentType()</a> in LoggerLayoutHtml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getContentType</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLayout.html#methodgetContentType">LoggerLayout::getContentType()</a> in LoggerLayout.php</div>
+							<div class="index-item-description">Returns the content type output by this layout.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getContextPrinting</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodgetContextPrinting">LoggerLayoutTTCC::getContextPrinting()</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getCurrentLoggers</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetCurrentLoggers">Logger::getCurrentLoggers()</a> in Logger.php</div>
+							<div class="index-item-description">Returns an array this whole Logger instances.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getCurrentLoggers</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodgetCurrentLoggers">LoggerHierarchy::getCurrentLoggers()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Returns all the currently defined loggers in this hierarchy as an array.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getDatabaseHandle</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#methodgetDatabaseHandle">LoggerAppenderPDO::getDatabaseHandle()</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Sometimes databases allow only one connection to themselves in one thread.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getDatabaseName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodgetDatabaseName">LoggerAppenderMongoDB::getDatabaseName()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Returns the value of $databaseName parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getDateFormat</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodgetDateFormat">LoggerLayoutTTCC::getDateFormat()</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getDatePattern</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderDailyFile.html#methodgetDatePattern">LoggerAppenderDailyFile::getDatePattern()</a> in LoggerAppenderDailyFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getDefaultConfiguration</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodgetDefaultConfiguration">LoggerConfiguratorDefault::getDefaultConfiguration()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Returns the default log4php configuration.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getDefaultLayout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodgetDefaultLayout">LoggerAppender::getDefaultLayout()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Returns the default layout for this appender. Can be overriden by  derived appenders.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getDefaultLayout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html#methodgetDefaultLayout">LoggerAppenderSocket::getDefaultLayout()</a> in LoggerAppenderSocket.php</div>
+							<div class="index-item-description">Override the default layout to use serialized.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getDepth</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerNDC.html#methodgetDepth">LoggerNDC::getDepth()</a> in LoggerNDC.php</div>
+							<div class="index-item-description">Get the current nesting depth of this diagnostic context.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getEffectiveLevel</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetEffectiveLevel">Logger::getEffectiveLevel()</a> in Logger.php</div>
+							<div class="index-item-description">Starting from this Logger, search the Logger hierarchy for a non-null level and return it.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getExpandedFileName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#methodgetExpandedFileName">LoggerAppenderRollingFile::getExpandedFileName()</a> in LoggerAppenderRollingFile.php</div>
+							<div class="index-item-description">Returns the value of the MaxBackupIndex option.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFacility</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodgetFacility">LoggerAppenderSyslog::getFacility()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Returns the $facility.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFile</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#methodgetFile">LoggerAppenderFile::getFile()</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFileName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#methodgetFileName">LoggerAppenderFile::getFileName()</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFileName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#methodgetFileName">LoggerLocationInfo::getFileName()</a> in LoggerLocationInfo.php</div>
+							<div class="index-item-description">Return the file name of the caller.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFilter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodgetFilter">LoggerAppender::getFilter()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Returns the first filter in the filter chain.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFirstFilter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodgetFirstFilter">LoggerAppender::getFirstFilter()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Returns the first filter in the filter chain.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFooter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html#methodgetFooter">LoggerLayoutHtml::getFooter()</a> in LoggerLayoutHtml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFooter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLayout.html#methodgetFooter">LoggerLayout::getFooter()</a> in LoggerLayout.php</div>
+							<div class="index-item-description">Returns the footer for the layout format.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFooter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#methodgetFooter">LoggerLayoutXml::getFooter()</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFullInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#methodgetFullInfo">LoggerLocationInfo::getFullInfo()</a> in LoggerLocationInfo.php</div>
+							<div class="index-item-description">Returns the full information of the caller.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFullQualifiedClassname</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetFullQualifiedClassname">LoggerLoggingEvent::getFullQualifiedClassname()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Returns the full qualified classname.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFullyQualifiedName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerCategoryPatternConverter.html#methodgetFullyQualifiedName">LoggerCategoryPatternConverter::getFullyQualifiedName()</a> in LoggerCategoryPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFullyQualifiedName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerClassNamePatternConverter.html#methodgetFullyQualifiedName">LoggerClassNamePatternConverter::getFullyQualifiedName()</a> in LoggerClassNamePatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFullyQualifiedName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerNamedPatternConverter.html#methodgetFullyQualifiedName">LoggerNamedPatternConverter::getFullyQualifiedName()</a> in LoggerNamedPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getHeader</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html#methodgetHeader">LoggerLayoutHtml::getHeader()</a> in LoggerLayoutHtml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getHeader</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#methodgetHeader">LoggerLayoutXml::getHeader()</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getHeader</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLayout.html#methodgetHeader">LoggerLayout::getHeader()</a> in LoggerLayout.php</div>
+							<div class="index-item-description">Returns the header for the layout format.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getHierarchy</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetHierarchy">Logger::getHierarchy()</a> in Logger.php</div>
+							<div class="index-item-description">Returns the hierarchy used by this Logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getHost</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodgetHost">LoggerAppenderMongoDB::getHost()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Returns the value of $host parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getHtmlLineBreaks</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderEcho.html#methodgetHtmlLineBreaks">LoggerAppenderEcho::getHtmlLineBreaks()</a> in LoggerAppenderEcho.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getIdent</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodgetIdent">LoggerAppenderSyslog::getIdent()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Returns the $ident.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLayout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodgetLayout">LoggerAppender::getLayout()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Returns the appender layout.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevel</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetLevel">Logger::getLevel()</a> in Logger.php</div>
+							<div class="index-item-description">Get the assigned Logger level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevel</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetLevel">LoggerLoggingEvent::getLevel()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Return the level of this event. Use this form instead of directly  accessing the $level field.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevelAll</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodgetLevelAll">LoggerLevel::getLevelAll()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns an All Level</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevelDebug</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodgetLevelDebug">LoggerLevel::getLevelDebug()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns a Debug Level</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevelError</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodgetLevelError">LoggerLevel::getLevelError()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns an Error Level</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevelFatal</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodgetLevelFatal">LoggerLevel::getLevelFatal()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns a Fatal Level</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevelInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodgetLevelInfo">LoggerLevel::getLevelInfo()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns an Info Level</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevelOff</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodgetLevelOff">LoggerLevel::getLevelOff()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns an Off Level</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevelTrace</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodgetLevelTrace">LoggerLevel::getLevelTrace()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns a Trace Level</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevelWarn</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodgetLevelWarn">LoggerLevel::getLevelWarn()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns a Warn Level</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLineNumber</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#methodgetLineNumber">LoggerLocationInfo::getLineNumber()</a> in LoggerLocationInfo.php</div>
+							<div class="index-item-description">Returns the line number of the caller.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLocationInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutSerialized.html#methodgetLocationInfo">LoggerLayoutSerialized::getLocationInfo()</a> in LoggerLayoutSerialized.php</div>
+							<div class="index-item-description">Returns the location information flag.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLocationInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#methodgetLocationInfo">LoggerLayoutXml::getLocationInfo()</a> in LoggerLayoutXml.php</div>
+							<div class="index-item-description">Whether or not file name and line number will be included in the output.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLocationInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html#methodgetLocationInfo">LoggerLayoutHtml::getLocationInfo()</a> in LoggerLayoutHtml.php</div>
+							<div class="index-item-description">Returns the current value of the <strong>LocationInfo</strong> option.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLocationInformation</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetLocationInformation">LoggerLoggingEvent::getLocationInformation()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Set the location information for this logging event. The collected information is cached for future use.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLog4jNamespace</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#methodgetLog4jNamespace">LoggerLayoutXml::getLog4jNamespace()</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLogger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetLogger">Logger::getLogger()</a> in Logger.php</div>
+							<div class="index-item-description">Returns a Logger by name. If it does not exist, it will be created.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLogger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodgetLogger">LoggerHierarchy::getLogger()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Returns a named logger instance logger. If it doesn't exist, one is created.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLoggerName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetLoggerName">LoggerLoggingEvent::getLoggerName()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Return the name of the logger. Use this form instead of directly  accessing the $categoryName field.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getMap</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerMDC.html#methodgetMap">LoggerMDC::getMap()</a> in LoggerMDC.php</div>
+							<div class="index-item-description">Returns the contex map as an array.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getMaxBackupIndex</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#methodgetMaxBackupIndex">LoggerAppenderRollingFile::getMaxBackupIndex()</a> in LoggerAppenderRollingFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getMaxFileSize</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#methodgetMaxFileSize">LoggerAppenderRollingFile::getMaxFileSize()</a> in LoggerAppenderRollingFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getMaximumFileSize</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#methodgetMaximumFileSize">LoggerAppenderRollingFile::getMaximumFileSize()</a> in LoggerAppenderRollingFile.php</div>
+							<div class="index-item-description">Get the maximum size that the output file is allowed to reach  before being rolled over to backup files.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getMDC</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetMDC">LoggerLoggingEvent::getMDC()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Returns the the context corresponding to the <div class="src-code"><ol><li><div class="src-line"><a href="http://www.php.net/key">key</a></div></li>
+</ol></div>  parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getMDCMap</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetMDCMap">LoggerLoggingEvent::getMDCMap()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Returns the entire MDC context.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getMessage</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetMessage">LoggerLoggingEvent::getMessage()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Return the message for this logging event.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getMethodName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#methodgetMethodName">LoggerLocationInfo::getMethodName()</a> in LoggerLocationInfo.php</div>
+							<div class="index-item-description">Returns the method name of the caller.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getMicroSecondsPrinting</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodgetMicroSecondsPrinting">LoggerLayoutTTCC::getMicroSecondsPrinting()</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodgetName">LoggerAppender::getName()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Retruns the appender name.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetName">Logger::getName()</a> in Logger.php</div>
+							<div class="index-item-description">Returns the logger name.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getNDC</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetNDC">LoggerLoggingEvent::getNDC()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">This method returns the NDC for this event. It will return the  correct content even if the event was generated in a different  thread or even on a different machine. The <a href="log4php/LoggerNDC.html#methodget">LoggerNDC::get()</a> method  should <strong>never</strong> be called directly.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getNext</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerFilter.html#methodgetNext">LoggerFilter::getNext()</a> in LoggerFilter.php</div>
+							<div class="index-item-description">Returns the next filter in this chain</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getOption</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodgetOption">LoggerAppenderSyslog::getOption()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Returns the $option.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getOverridePriority</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodgetOverridePriority">LoggerAppenderSyslog::getOverridePriority()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Returns the $overridePriority.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getParent</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetParent">Logger::getParent()</a> in Logger.php</div>
+							<div class="index-item-description">Returns the parent Logger. Can be null if this is the root logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getPassword</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodgetPassword">LoggerAppenderMongoDB::getPassword()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Returns the value of $password parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getPort</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodgetPort">LoggerAppenderMongoDB::getPort()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Returns the value of $port parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getPort</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html#methodgetPort">LoggerAppenderSocket::getPort()</a> in LoggerAppenderSocket.php</div>
+							<div class="index-item-description">Returns the target port.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getPriority</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodgetPriority">LoggerAppenderSyslog::getPriority()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Returns the $priority.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getRemoteHost</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html#methodgetRemoteHost">LoggerAppenderSocket::getRemoteHost()</a> in LoggerAppenderSocket.php</div>
+							<div class="index-item-description">Returns the target host.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getRenderedMessage</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetRenderedMessage">LoggerLoggingEvent::getRenderedMessage()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Render message.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getRendererMap</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodgetRendererMap">LoggerHierarchy::getRendererMap()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Returns the logger renderer map.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getRootLogger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetRootLogger">Logger::getRootLogger()</a> in Logger.php</div>
+							<div class="index-item-description">Returns the Root Logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getRootLogger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodgetRootLogger">LoggerHierarchy::getRootLogger()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Returns the root logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getStartTime</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetStartTime">LoggerLoggingEvent::getStartTime()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Returns the time when the application started, as a UNIX timestamp  with microseconds.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getStringRepresentation</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerThrowableInformation.html#methodgetStringRepresentation">LoggerThrowableInformation::getStringRepresentation()</a> in LoggerThrowableInformation.php</div>
+							<div class="index-item-description">Returns string representation of throwable</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getSyslogEquivalent</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodgetSyslogEquivalent">LoggerLevel::getSyslogEquivalent()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Return the syslog equivalent of this priority as an integer.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getSyslogPriority</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodgetSyslogPriority">LoggerAppenderSyslog::getSyslogPriority()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Determines which syslog priority to use based on the given level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getSystemProperty</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#methodgetSystemProperty">LoggerOptionConverter::getSystemProperty()</a> in LoggerOptionConverter.php</div>
+							<div class="index-item-description">Read a predefined var.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getTarget</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderConsole.html#methodgetTarget">LoggerAppenderConsole::getTarget()</a> in LoggerAppenderConsole.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getThreadName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetThreadName">LoggerLoggingEvent::getThreadName()</a> in LoggerLoggingEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getThreadPrinting</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodgetThreadPrinting">LoggerLayoutTTCC::getThreadPrinting()</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getThreshold</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodgetThreshold">LoggerHierarchy::getThreshold()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Returns the main threshold level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getThreshold</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodgetThreshold">LoggerAppender::getThreshold()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Returns the appender's threshold level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getThrowable</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerThrowableInformation.html#methodgetThrowable">LoggerThrowableInformation::getThrowable()</a> in LoggerThrowableInformation.php</div>
+							<div class="index-item-description">Return source exception</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getThrowableInformation</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetThrowableInformation">LoggerLoggingEvent::getThrowableInformation()</a> in LoggerLoggingEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getTime</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetTime">LoggerLoggingEvent::getTime()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Calculates the time of this event.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getTimeout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodgetTimeout">LoggerAppenderMongoDB::getTimeout()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Returns the value of $timeout parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getTimeout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html#methodgetTimeout">LoggerAppenderSocket::getTimeout()</a> in LoggerAppenderSocket.php</div>
+							<div class="index-item-description">Returns the timeout</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getTimeStamp</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetTimeStamp">LoggerLoggingEvent::getTimeStamp()</a> in LoggerLoggingEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getTitle</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html#methodgetTitle">LoggerLayoutHtml::getTitle()</a> in LoggerLayoutHtml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getUserName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodgetUserName">LoggerAppenderMongoDB::getUserName()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Returns the value of $userName parameter.</div>
+					</dd>
+		</dl>
+	<a name="h"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">h</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$head</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutPattern.html#var$head">LoggerLayoutPattern::$head</a> in LoggerLayoutPattern.php</div>
+							<div class="index-item-description">Head of a chain of Converters.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$head</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#var$head">LoggerPatternParser::$head</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$hierarchy</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#var$hierarchy">Logger::$hierarchy</a> in Logger.php</div>
+							<div class="index-item-description">The logger hierarchy used by log4php.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$host</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#var$host">LoggerAppenderMongoDB::$host</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Server on which mongodb instance is located.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$htmlLineBreaks</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderEcho.html#var$htmlLineBreaks">LoggerAppenderEcho::$htmlLineBreaks</a> in LoggerAppenderEcho.php</div>
+							<div class="index-item-description">If set to true, a <br /> element will be inserted before each line</div>
+					</dd>
+		</dl>
+	<a name="i"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">i</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$i</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#var$i">LoggerPatternParser::$i</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$ident</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#var$ident">LoggerAppenderSyslog::$ident</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">The ident string is added to each message. Typically the name of your application.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$initialized</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#var$initialized">Logger::$initialized</a> in Logger.php</div>
+							<div class="index-item-description">Inidicates if log4php has been initialized</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$insertPattern</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#var$insertPattern">LoggerAppenderPDO::$insertPattern</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">A comma separated list of LoggerPatternLayout format strings that replace the &quot;?&quot; in $sql.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$insertSql</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#var$insertSql">LoggerAppenderPDO::$insertSql</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Can be set to a complete insert statement with ? that are replaced using insertPattern.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$intFacility</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#var$intFacility">LoggerAppenderSyslog::$intFacility</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Holds the int value of the $facility.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$intOption</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#var$intOption">LoggerAppenderSyslog::$intOption</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Holds the int value of the $option.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$intPriority</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#var$intPriority">LoggerAppenderSyslog::$intPriority</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Holds the int value of the $priority.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">ignoresThrowable</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodignoresThrowable">LoggerLayoutTTCC::ignoresThrowable()</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">info</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodinfo">Logger::info()</a> in Logger.php</div>
+							<div class="index-item-description">Log a message object with the INFO Level.</div>
+					</dd>
+			<dt class="field">
+						INFO
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#constINFO">LoggerLevel::INFO</a> in LoggerLevel.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isAsSevereAsThreshold</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodisAsSevereAsThreshold">LoggerAppender::isAsSevereAsThreshold()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Checks whether the message level is below the appender's threshold.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isAttached</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodisAttached">Logger::isAttached()</a> in Logger.php</div>
+							<div class="index-item-description">Checks whether an appender is attached to this logger instance.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isDebugEnabled</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodisDebugEnabled">Logger::isDebugEnabled()</a> in Logger.php</div>
+							<div class="index-item-description">Check whether this Logger is enabled for the DEBUG Level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isDisabled</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodisDisabled">LoggerHierarchy::isDisabled()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Returns true if the hierarchy is disabled for given log level and false  otherwise.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isEnabledFor</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodisEnabledFor">Logger::isEnabledFor()</a> in Logger.php</div>
+							<div class="index-item-description">Check whether this Logger is enabled for a given Level passed as parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isErrorEnabled</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodisErrorEnabled">Logger::isErrorEnabled()</a> in Logger.php</div>
+							<div class="index-item-description">Check whether this Logger is enabled for the ERROR Level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isFatalEnabled</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodisFatalEnabled">Logger::isFatalEnabled()</a> in Logger.php</div>
+							<div class="index-item-description">Check whether this Logger is enabled for the FATAL Level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isGreaterOrEqual</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodisGreaterOrEqual">LoggerLevel::isGreaterOrEqual()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns <em>true</em> if this level has a higher or equal  level than the level passed as argument, <em>false</em>  otherwise.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isInfoEnabled</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodisInfoEnabled">Logger::isInfoEnabled()</a> in Logger.php</div>
+							<div class="index-item-description">Check whether this Logger is enabled for the INFO Level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isInitialized</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodisInitialized">Logger::isInitialized()</a> in Logger.php</div>
+							<div class="index-item-description">Returns true if the log4php framework has been initialized.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isTraceEnabled</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodisTraceEnabled">Logger::isTraceEnabled()</a> in Logger.php</div>
+							<div class="index-item-description">Check whether this Logger is enabled for the TRACE Level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isWarnEnabled</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodisWarnEnabled">Logger::isWarnEnabled()</a> in Logger.php</div>
+							<div class="index-item-description">Check whether this Logger is enabled for the WARN Level.</div>
+					</dd>
+		</dl>
+	<a name="k"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">k</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$key</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerMDCPatternConverter.html#var$key">LoggerMDCPatternConverter::$key</a> in LoggerMDCPatternConverter.php</div>
+					</dd>
+		</dl>
+	<a name="l"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">l</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$layout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#var$layout">LoggerAppender::$layout</a> in LoggerAppender.php</div>
+							<div class="index-item-description">The appender's layout. Can be null if the appender does not use  a layout.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$leftAlign</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternConverter.html#var$leftAlign">LoggerPatternConverter::$leftAlign</a> in LoggerPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$leftAlign</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerFormattingInfo.html#var$leftAlign">LoggerFormattingInfo::$leftAlign</a> in LoggerFormattingInfo.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$level</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#var$level">LoggerLevel::$level</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Integer level value.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$level</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$level">LoggerLoggingEvent::$level</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Level of the logging event.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$level</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#var$level">Logger::$level</a> in Logger.php</div>
+							<div class="index-item-description">The assigned Logger level.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$levelMap</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#var$levelMap">LoggerLevel::$levelMap</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Contains a list of instantiated levels.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$levelMax</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelRange.html#var$levelMax">LoggerFilterLevelRange::$levelMax</a> in LoggerFilterLevelRange.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$levelMin</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelRange.html#var$levelMin">LoggerFilterLevelRange::$levelMin</a> in LoggerFilterLevelRange.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$levelStr</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#var$levelStr">LoggerLevel::$levelStr</a> in LoggerLevel.php</div>
+							<div class="index-item-description">String representation of the level.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$levelToMatch</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelMatch.html#var$levelToMatch">LoggerFilterLevelMatch::$levelToMatch</a> in LoggerFilterLevelMatch.php</div>
+							<div class="index-item-description">The level, when to match</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$lineNumber</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#var$lineNumber">LoggerLocationInfo::$lineNumber</a> in LoggerLocationInfo.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$literal</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerLiteralPatternConverter.html#var$literal">LoggerLiteralPatternConverter::$literal</a> in LoggerLiteralPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$locationInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutSerialized.html#var$locationInfo">LoggerLayoutSerialized::$locationInfo</a> in LoggerLayoutSerialized.php</div>
+							<div class="index-item-description">Whether to include the event's location information (slow).</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$locationInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html#var$locationInfo">LoggerLayoutHtml::$locationInfo</a> in LoggerLayoutHtml.php</div>
+							<div class="index-item-description">The <strong>LocationInfo</strong> option takes a boolean value. By</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$locationInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$locationInfo">LoggerLoggingEvent::$locationInfo</a> in LoggerLoggingEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$locationInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#var$locationInfo">LoggerLayoutXml::$locationInfo</a> in LoggerLayoutXml.php</div>
+							<div class="index-item-description">If set to true then the file name and line number of the origin of the  log statement will be output.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$log4jNamespace</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#var$log4jNamespace">LoggerLayoutXml::$log4jNamespace</a> in LoggerLayoutXml.php</div>
+							<div class="index-item-description">If set to true, log4j namespace will be used instead of the log4php  namespace.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$logger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$logger">LoggerLoggingEvent::$logger</a> in LoggerLoggingEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$logger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerThrowableInformation.html#var$logger">LoggerThrowableInformation::$logger</a> in LoggerThrowableInformation.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$loggers</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#var$loggers">LoggerHierarchy::$loggers</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Array holding all Logger instances.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderConsole.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderConsole.php.html">LoggerAppenderConsole.php</a> in LoggerAppenderConsole.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderDailyFile.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderDailyFile.php.html">LoggerAppenderDailyFile.php</a> in LoggerAppenderDailyFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderEcho.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderEcho.php.html">LoggerAppenderEcho.php</a> in LoggerAppenderEcho.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderFile.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderFile.php.html">LoggerAppenderFile.php</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderMail.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderMail.php.html">LoggerAppenderMail.php</a> in LoggerAppenderMail.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderMailEvent.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderMailEvent.php.html">LoggerAppenderMailEvent.php</a> in LoggerAppenderMailEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderMongoDB.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderMongoDB.php.html">LoggerAppenderMongoDB.php</a> in LoggerAppenderMongoDB.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderNull.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderNull.php.html">LoggerAppenderNull.php</a> in LoggerAppenderNull.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderPDO.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderPDO.php.html">LoggerAppenderPDO.php</a> in LoggerAppenderPDO.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderPhp.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderPhp.php.html">LoggerAppenderPhp.php</a> in LoggerAppenderPhp.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderRollingFile.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderRollingFile.php.html">LoggerAppenderRollingFile.php</a> in LoggerAppenderRollingFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderSocket.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderSocket.php.html">LoggerAppenderSocket.php</a> in LoggerAppenderSocket.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderSyslog.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderSyslog.php.html">LoggerAppenderSyslog.php</a> in LoggerAppenderSyslog.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerConfigurationAdapter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_configurators---LoggerConfigurationAdapter.php.html">LoggerConfigurationAdapter.php</a> in LoggerConfigurationAdapter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerConfigurationAdapterINI.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_configurators---LoggerConfigurationAdapterINI.php.html">LoggerConfigurationAdapterINI.php</a> in LoggerConfigurationAdapterINI.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerConfigurationAdapterPHP.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_configurators---LoggerConfigurationAdapterPHP.php.html">LoggerConfigurationAdapterPHP.php</a> in LoggerConfigurationAdapterPHP.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerConfigurationAdapterXML.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_configurators---LoggerConfigurationAdapterXML.php.html">LoggerConfigurationAdapterXML.php</a> in LoggerConfigurationAdapterXML.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerConfiguratorDefault.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_configurators---LoggerConfiguratorDefault.php.html">LoggerConfiguratorDefault.php</a> in LoggerConfiguratorDefault.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerFilterDenyAll.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_filters---LoggerFilterDenyAll.php.html">LoggerFilterDenyAll.php</a> in LoggerFilterDenyAll.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerFilterLevelMatch.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_filters---LoggerFilterLevelMatch.php.html">LoggerFilterLevelMatch.php</a> in LoggerFilterLevelMatch.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerFilterLevelRange.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_filters---LoggerFilterLevelRange.php.html">LoggerFilterLevelRange.php</a> in LoggerFilterLevelRange.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerFilterStringMatch.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_filters---LoggerFilterStringMatch.php.html">LoggerFilterStringMatch.php</a> in LoggerFilterStringMatch.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerBasicPatternConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerBasicPatternConverter.php.html">LoggerBasicPatternConverter.php</a> in LoggerBasicPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerCategoryPatternConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerCategoryPatternConverter.php.html">LoggerCategoryPatternConverter.php</a> in LoggerCategoryPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerClassNamePatternConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerClassNamePatternConverter.php.html">LoggerClassNamePatternConverter.php</a> in LoggerClassNamePatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerDatePatternConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerDatePatternConverter.php.html">LoggerDatePatternConverter.php</a> in LoggerDatePatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerFormattingInfo.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerFormattingInfo.php.html">LoggerFormattingInfo.php</a> in LoggerFormattingInfo.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLiteralPatternConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerLiteralPatternConverter.php.html">LoggerLiteralPatternConverter.php</a> in LoggerLiteralPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLocationPatternConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerLocationPatternConverter.php.html">LoggerLocationPatternConverter.php</a> in LoggerLocationPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerMDCPatternConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerMDCPatternConverter.php.html">LoggerMDCPatternConverter.php</a> in LoggerMDCPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerNamedPatternConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerNamedPatternConverter.php.html">LoggerNamedPatternConverter.php</a> in LoggerNamedPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerOptionConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerOptionConverter.php.html">LoggerOptionConverter.php</a> in LoggerOptionConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerPatternConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerPatternConverter.php.html">LoggerPatternConverter.php</a> in LoggerPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerPatternParser.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerPatternParser.php.html">LoggerPatternParser.php</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLayoutHtml.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_layouts---LoggerLayoutHtml.php.html">LoggerLayoutHtml.php</a> in LoggerLayoutHtml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLayoutPattern.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_layouts---LoggerLayoutPattern.php.html">LoggerLayoutPattern.php</a> in LoggerLayoutPattern.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLayoutSerialized.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_layouts---LoggerLayoutSerialized.php.html">LoggerLayoutSerialized.php</a> in LoggerLayoutSerialized.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLayoutSimple.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_layouts---LoggerLayoutSimple.php.html">LoggerLayoutSimple.php</a> in LoggerLayoutSimple.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLayoutTTCC.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_layouts---LoggerLayoutTTCC.php.html">LoggerLayoutTTCC.php</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLayoutXml.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_layouts---LoggerLayoutXml.php.html">LoggerLayoutXml.php</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						LEVEL_CONVERTER
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constLEVEL_CONVERTER">LoggerPatternParser::LEVEL_CONVERTER</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						LINE_LOCATION_CONVERTER
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constLINE_LOCATION_CONVERTER">LoggerPatternParser::LINE_LOCATION_CONVERTER</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						LITERAL_STATE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constLITERAL_STATE">LoggerPatternParser::LITERAL_STATE</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">load</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#methodload">LoggerConfigurationAdapterINI::load()</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Loads and parses the INI configuration file.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">loadXML</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#methodloadXML">LoggerConfigurationAdapterXML::loadXML()</a> in LoggerConfigurationAdapterXML.php</div>
+							<div class="index-item-description">Loads and validates the XML.</div>
+					</dd>
+			<dt class="field">
+						LOCATION_INFO_NA
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#constLOCATION_INFO_NA">LoggerLocationInfo::LOCATION_INFO_NA</a> in LoggerLocationInfo.php</div>
+							<div class="index-item-description">When location information is not available the constant  <em>NA</em> is returned. Current value of this string  constant is <strong>?</strong>.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">log</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodlog">Logger::log()</a> in Logger.php</div>
+							<div class="index-item-description">Log a message using the provided logging level.</div>
+					</dd>
+			<dt class="field">
+						LOG4J_NS
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#constLOG4J_NS">LoggerLayoutXml::LOG4J_NS</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						LOG4J_NS_PREFIX
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#constLOG4J_NS_PREFIX">LoggerLayoutXml::LOG4J_NS_PREFIX</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						LOG4PHP_NS
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#constLOG4PHP_NS">LoggerLayoutXml::LOG4PHP_NS</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						LOG4PHP_NS_PREFIX
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#constLOG4PHP_NS_PREFIX">LoggerLayoutXml::LOG4PHP_NS_PREFIX</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						Logger
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html">Logger</a> in Logger.php</div>
+							<div class="index-item-description">This is the central class in the log4php package. All logging operations  are done through this class.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">Logger.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_Logger.php.html">Logger.php</a> in Logger.php</div>
+					</dd>
+			<dt class="field">
+						LoggerAppender
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html">LoggerAppender</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Abstract class that defines output logs strategies.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppender.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerAppender.php.html">LoggerAppender.php</a> in LoggerAppender.php</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderConsole
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderConsole.html">LoggerAppenderConsole</a> in LoggerAppenderConsole.php</div>
+							<div class="index-item-description">ConsoleAppender appends log events to STDOUT or STDERR.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderDailyFile
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderDailyFile.html">LoggerAppenderDailyFile</a> in LoggerAppenderDailyFile.php</div>
+							<div class="index-item-description">An Appender that automatically creates a new logfile each day.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderEcho
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderEcho.html">LoggerAppenderEcho</a> in LoggerAppenderEcho.php</div>
+							<div class="index-item-description">LoggerAppenderEcho uses <a href="http://www.php.net/echo">echo</a> function to output events.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderFile
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html">LoggerAppenderFile</a> in LoggerAppenderFile.php</div>
+							<div class="index-item-description">FileAppender appends log events to a file.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderMail
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMail.html">LoggerAppenderMail</a> in LoggerAppenderMail.php</div>
+							<div class="index-item-description">Appends log events to mail using php function <a href="http://www.php.net/mail">http://www.php.net/mail</a>.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderMailEvent
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html">LoggerAppenderMailEvent</a> in LoggerAppenderMailEvent.php</div>
+							<div class="index-item-description">Log every events as a separate email.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderMongoDB
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html">LoggerAppenderMongoDB</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Appender for writing to MongoDB.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderNull
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderNull.html">LoggerAppenderNull</a> in LoggerAppenderNull.php</div>
+							<div class="index-item-description">A NullAppender merely exists, it never outputs a message to any device.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderPDO
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html">LoggerAppenderPDO</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Appends log events to a db table using PDO.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderPhp
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPhp.html">LoggerAppenderPhp</a> in LoggerAppenderPhp.php</div>
+							<div class="index-item-description">Log events using php <a href="http://www.php.net/trigger_error">http://www.php.net/trigger_error</a> function and a <a href="log4php/layouts/LoggerLayoutTTCC.html">LoggerLayoutTTCC</a> default layout.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderPool
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppenderPool.html">LoggerAppenderPool</a> in LoggerAppenderPool.php</div>
+							<div class="index-item-description">Pool implmentation for LoggerAppender instances.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderPool.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerAppenderPool.php.html">LoggerAppenderPool.php</a> in LoggerAppenderPool.php</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderRollingFile
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html">LoggerAppenderRollingFile</a> in LoggerAppenderRollingFile.php</div>
+							<div class="index-item-description">LoggerAppenderRollingFile extends LoggerAppenderFile to backup the log files  when they reach a certain size.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderSocket
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html">LoggerAppenderSocket</a> in LoggerAppenderSocket.php</div>
+							<div class="index-item-description">Appends events to a network socket.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderSyslog
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html">LoggerAppenderSyslog</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Log events to a system log using the <a href="http://www.php.net/syslog">http://www.php.net/syslog</a> function.</div>
+					</dd>
+			<dt class="field">
+						LoggerAutoloader
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAutoloader.html">LoggerAutoloader</a> in LoggerAutoloader.php</div>
+							<div class="index-item-description">Class autoloader.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAutoloader.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerAutoloader.php.html">LoggerAutoloader.php</a> in LoggerAutoloader.php</div>
+					</dd>
+			<dt class="field">
+						LoggerBasicPatternConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerBasicPatternConverter.html">LoggerBasicPatternConverter</a> in LoggerBasicPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						LoggerCategoryPatternConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerCategoryPatternConverter.html">LoggerCategoryPatternConverter</a> in LoggerCategoryPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						LoggerClassNamePatternConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerClassNamePatternConverter.html">LoggerClassNamePatternConverter</a> in LoggerClassNamePatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						LoggerConfigurable
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfigurable.html">LoggerConfigurable</a> in LoggerConfigurable.php</div>
+							<div class="index-item-description">A base class from which all classes which have configurable properties are  extended. Provides a generic setter with integrated validation.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerConfigurable.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerConfigurable.php.html">LoggerConfigurable.php</a> in LoggerConfigurable.php</div>
+					</dd>
+			<dt class="field">
+						LoggerConfigurationAdapter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapter.html">LoggerConfigurationAdapter</a> in LoggerConfigurationAdapter.php</div>
+							<div class="index-item-description">The interface for configurator adapters.</div>
+					</dd>
+			<dt class="field">
+						LoggerConfigurationAdapterINI
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html">LoggerConfigurationAdapterINI</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Converts ini configuration files to a PHP array.</div>
+					</dd>
+			<dt class="field">
+						LoggerConfigurationAdapterPHP
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterPHP.html">LoggerConfigurationAdapterPHP</a> in LoggerConfigurationAdapterPHP.php</div>
+							<div class="index-item-description">Converts PHP configuration files to a PHP array.</div>
+					</dd>
+			<dt class="field">
+						LoggerConfigurationAdapterXML
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html">LoggerConfigurationAdapterXML</a> in LoggerConfigurationAdapterXML.php</div>
+							<div class="index-item-description">Converts XML configuration files to a PHP array.</div>
+					</dd>
+			<dt class="field">
+						LoggerConfigurator
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfigurator.html">LoggerConfigurator</a> in LoggerConfigurator.php</div>
+							<div class="index-item-description">Interface for logger configurators.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerConfigurator.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerConfigurator.php.html">LoggerConfigurator.php</a> in LoggerConfigurator.php</div>
+					</dd>
+			<dt class="field">
+						LoggerConfiguratorDefault
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html">LoggerConfiguratorDefault</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Default implementation of the logger configurator.</div>
+					</dd>
+			<dt class="field">
+						LoggerDatePatternConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerDatePatternConverter.html">LoggerDatePatternConverter</a> in LoggerDatePatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						LoggerException
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerException.html">LoggerException</a> in LoggerException.php</div>
+							<div class="index-item-description">LoggerException class</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerException.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerException.php.html">LoggerException.php</a> in LoggerException.php</div>
+					</dd>
+			<dt class="field">
+						LoggerFilter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerFilter.html">LoggerFilter</a> in LoggerFilter.php</div>
+							<div class="index-item-description">Users should extend this class to implement customized logging</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerFilter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerFilter.php.html">LoggerFilter.php</a> in LoggerFilter.php</div>
+					</dd>
+			<dt class="field">
+						LoggerFilterDenyAll
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterDenyAll.html">LoggerFilterDenyAll</a> in LoggerFilterDenyAll.php</div>
+							<div class="index-item-description">This filter drops all logging events.</div>
+					</dd>
+			<dt class="field">
+						LoggerFilterLevelMatch
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelMatch.html">LoggerFilterLevelMatch</a> in LoggerFilterLevelMatch.php</div>
+							<div class="index-item-description">This is a very simple filter based on level matching.</div>
+					</dd>
+			<dt class="field">
+						LoggerFilterLevelRange
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelRange.html">LoggerFilterLevelRange</a> in LoggerFilterLevelRange.php</div>
+							<div class="index-item-description">This is a very simple filter based on level matching, which can be used to reject messages with priorities outside a certain range.</div>
+					</dd>
+			<dt class="field">
+						LoggerFilterStringMatch
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterStringMatch.html">LoggerFilterStringMatch</a> in LoggerFilterStringMatch.php</div>
+							<div class="index-item-description">This is a very simple filter based on string matching.</div>
+					</dd>
+			<dt class="field">
+						LoggerFormattingInfo
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerFormattingInfo.html">LoggerFormattingInfo</a> in LoggerFormattingInfo.php</div>
+							<div class="index-item-description">This class encapsulates the information obtained when parsing  formatting modifiers in conversion modifiers.</div>
+					</dd>
+			<dt class="field">
+						LoggerHierarchy
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html">LoggerHierarchy</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">This class is specialized in retrieving loggers by name and also maintaining  the logger hierarchy. The logger hierarchy is dealing with the several Log-Levels  Logger can have. From log4j website:</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerHierarchy.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerHierarchy.php.html">LoggerHierarchy.php</a> in LoggerHierarchy.php</div>
+					</dd>
+			<dt class="field">
+						LoggerLayout
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLayout.html">LoggerLayout</a> in LoggerLayout.php</div>
+							<div class="index-item-description">Extend this abstract class to create your own log layout format.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLayout.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerLayout.php.html">LoggerLayout.php</a> in LoggerLayout.php</div>
+					</dd>
+			<dt class="field">
+						LoggerLayoutHtml
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html">LoggerLayoutHtml</a> in LoggerLayoutHtml.php</div>
+							<div class="index-item-description">This layout outputs events in a HTML table.</div>
+					</dd>
+			<dt class="field">
+						LoggerLayoutPattern
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutPattern.html">LoggerLayoutPattern</a> in LoggerLayoutPattern.php</div>
+							<div class="index-item-description">A flexible layout configurable with pattern string.</div>
+					</dd>
+			<dt class="field">
+						LoggerLayoutSerialized
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutSerialized.html">LoggerLayoutSerialized</a> in LoggerLayoutSerialized.php</div>
+							<div class="index-item-description">Layout which formats the events using PHP's serialize() function.</div>
+					</dd>
+			<dt class="field">
+						LoggerLayoutSimple
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutSimple.html">LoggerLayoutSimple</a> in LoggerLayoutSimple.php</div>
+							<div class="index-item-description">A simple layout.</div>
+					</dd>
+			<dt class="field">
+						LoggerLayoutTTCC
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html">LoggerLayoutTTCC</a> in LoggerLayoutTTCC.php</div>
+							<div class="index-item-description">TTCC layout format consists of <strong>t</strong>ime, <strong>t</strong>hread, <strong>c</strong>ategory and nested diagnostic <strong>c</strong>ontext information, hence the name.</div>
+					</dd>
+			<dt class="field">
+						LoggerLayoutXml
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html">LoggerLayoutXml</a> in LoggerLayoutXml.php</div>
+							<div class="index-item-description">The output of the LoggerXmlLayout consists of a series of log4php:event elements.</div>
+					</dd>
+			<dt class="field">
+						LoggerLevel
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html">LoggerLevel</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Defines the minimum set of levels recognized by the system, that is <em>OFF</em>, <em>FATAL</em>, <em>ERROR</em>, <em>WARN</em>, <em>INFO</em>, <em>DEBUG</em> and <em>ALL</em>.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLevel.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerLevel.php.html">LoggerLevel.php</a> in LoggerLevel.php</div>
+					</dd>
+			<dt class="field">
+						LoggerLiteralPatternConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerLiteralPatternConverter.html">LoggerLiteralPatternConverter</a> in LoggerLiteralPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						LoggerLocationInfo
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html">LoggerLocationInfo</a> in LoggerLocationInfo.php</div>
+							<div class="index-item-description">The internal representation of caller location information.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLocationInfo.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerLocationInfo.php.html">LoggerLocationInfo.php</a> in LoggerLocationInfo.php</div>
+					</dd>
+			<dt class="field">
+						LoggerLocationPatternConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerLocationPatternConverter.html">LoggerLocationPatternConverter</a> in LoggerLocationPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						LoggerLoggingEvent
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html">LoggerLoggingEvent</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">The internal representation of logging event.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLoggingEvent.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerLoggingEvent.php.html">LoggerLoggingEvent.php</a> in LoggerLoggingEvent.php</div>
+					</dd>
+			<dt class="field">
+						LoggerMDC
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerMDC.html">LoggerMDC</a> in LoggerMDC.php</div>
+							<div class="index-item-description">The LoggerMDC class provides <em>mapped diagnostic contexts</em>.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerMDC.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerMDC.php.html">LoggerMDC.php</a> in LoggerMDC.php</div>
+					</dd>
+			<dt class="field">
+						LoggerMDCPatternConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerMDCPatternConverter.html">LoggerMDCPatternConverter</a> in LoggerMDCPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						LoggerNamedPatternConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerNamedPatternConverter.html">LoggerNamedPatternConverter</a> in LoggerNamedPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						LoggerNDC
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerNDC.html">LoggerNDC</a> in LoggerNDC.php</div>
+							<div class="index-item-description">The NDC class implements <em>nested diagnostic contexts</em>.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerNDC.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerNDC.php.html">LoggerNDC.php</a> in LoggerNDC.php</div>
+					</dd>
+			<dt class="field">
+						LoggerOptionConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html">LoggerOptionConverter</a> in LoggerOptionConverter.php</div>
+							<div class="index-item-description">A convenience class to convert property values to specific types.</div>
+					</dd>
+			<dt class="field">
+						LoggerPatternConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternConverter.html">LoggerPatternConverter</a> in LoggerPatternConverter.php</div>
+							<div class="index-item-description">LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.</div>
+					</dd>
+			<dt class="field">
+						LoggerPatternParser
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html">LoggerPatternParser</a> in LoggerPatternParser.php</div>
+							<div class="index-item-description">Most of the work of the LoggerPatternLayout class is delegated to the <a href="log4php/helpers/LoggerPatternParser.html">LoggerPatternParser</a> class.</div>
+					</dd>
+			<dt class="field">
+						LoggerReflectionUtils
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerReflectionUtils.html">LoggerReflectionUtils</a> in LoggerReflectionUtils.php</div>
+							<div class="index-item-description">Provides methods for reflective use on php objects</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerReflectionUtils.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerReflectionUtils.php.html">LoggerReflectionUtils.php</a> in LoggerReflectionUtils.php</div>
+					</dd>
+			<dt class="field">
+						LoggerRendererDefault
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererDefault.html">LoggerRendererDefault</a> in LoggerRendererDefault.php</div>
+							<div class="index-item-description">The default Renderer renders objects by type casting.</div>
+					</dd>
+			<dt class="field">
+						LoggerRendererException
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererException.html">LoggerRendererException</a> in LoggerRendererException.php</div>
+							<div class="index-item-description">Exception renderer</div>
+					</dd>
+			<dt class="field">
+						LoggerRendererMap
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html">LoggerRendererMap</a> in LoggerRendererMap.php</div>
+							<div class="index-item-description">Log objects using customized renderers that implement <a href="log4php/renderers/LoggerRendererObject.html">LoggerRendererObject</a>.</div>
+					</dd>
+			<dt class="field">
+						LoggerRendererObject
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererObject.html">LoggerRendererObject</a> in LoggerRendererObject.php</div>
+							<div class="index-item-description">Implement this interface in order to render objects as strings using <a href="log4php/renderers/LoggerRendererMap.html">LoggerRendererMap</a>.</div>
+					</dd>
+			<dt class="field">
+						LoggerRoot
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerRoot.html">LoggerRoot</a> in LoggerRoot.php</div>
+							<div class="index-item-description">The root logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerRoot.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerRoot.php.html">LoggerRoot.php</a> in LoggerRoot.php</div>
+					</dd>
+			<dt class="field">
+						LoggerThrowableInformation
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerThrowableInformation.html">LoggerThrowableInformation</a> in LoggerThrowableInformation.php</div>
+							<div class="index-item-description">The internal representation of throwables.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerThrowableInformation.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerThrowableInformation.php.html">LoggerThrowableInformation.php</a> in LoggerThrowableInformation.php</div>
+					</dd>
+			<dt class="field">
+						LOGGER_PREFIX
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#constLOGGER_PREFIX">LoggerConfigurationAdapterINI::LOGGER_PREFIX</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Prefix used for defining a logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerRendererDefault.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_renderers---LoggerRendererDefault.php.html">LoggerRendererDefault.php</a> in LoggerRendererDefault.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerRendererException.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_renderers---LoggerRendererException.php.html">LoggerRendererException.php</a> in LoggerRendererException.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerRendererMap.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_renderers---LoggerRendererMap.php.html">LoggerRendererMap.php</a> in LoggerRendererMap.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerRendererObject.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_renderers---LoggerRendererObject.php.html">LoggerRendererObject.php</a> in LoggerRendererObject.php</div>
+					</dd>
+		</dl>
+	<a name="m"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">m</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$map</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html#var$map">LoggerRendererMap::$map</a> in LoggerRendererMap.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$map</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerMDC.html#var$map">LoggerMDC::$map</a> in LoggerMDC.php</div>
+							<div class="index-item-description">Holds the context map.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$max</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerFormattingInfo.html#var$max">LoggerFormattingInfo::$max</a> in LoggerFormattingInfo.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$max</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternConverter.html#var$max">LoggerPatternConverter::$max</a> in LoggerPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$maxBackupIndex</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#var$maxBackupIndex">LoggerAppenderRollingFile::$maxBackupIndex</a> in LoggerAppenderRollingFile.php</div>
+							<div class="index-item-description">Set the maximum number of backup files to keep around.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$maxFileSize</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#var$maxFileSize">LoggerAppenderRollingFile::$maxFileSize</a> in LoggerAppenderRollingFile.php</div>
+							<div class="index-item-description">Set the maximum size that the output file is allowed to reach before being rolled over to backup files.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$mdcCopyLookupRequired</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$mdcCopyLookupRequired">LoggerLoggingEvent::$mdcCopyLookupRequired</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Have we tried to do an MDC lookup? If we did, there is no need  to do it again.	Note that its value is always false when  serialized. See also the getMDC and getMDCCopy methods.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$message</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$message">LoggerLoggingEvent::$message</a> in LoggerLoggingEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$methodName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#var$methodName">LoggerLocationInfo::$methodName</a> in LoggerLocationInfo.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$microSecondsPrinting</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#var$microSecondsPrinting">LoggerLayoutTTCC::$microSecondsPrinting</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$min</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternConverter.html#var$min">LoggerPatternConverter::$min</a> in LoggerPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$min</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerFormattingInfo.html#var$min">LoggerFormattingInfo::$min</a> in LoggerFormattingInfo.php</div>
+					</dd>
+			<dt class="field">
+						MAX_STATE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constMAX_STATE">LoggerPatternParser::MAX_STATE</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						MESSAGE_CONVERTER
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constMESSAGE_CONVERTER">LoggerPatternParser::MESSAGE_CONVERTER</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						METHOD_LOCATION_CONVERTER
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constMETHOD_LOCATION_CONVERTER">LoggerPatternParser::METHOD_LOCATION_CONVERTER</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						MINUS_STATE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constMINUS_STATE">LoggerPatternParser::MINUS_STATE</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						MIN_STATE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constMIN_STATE">LoggerPatternParser::MIN_STATE</a> in LoggerPatternParser.php</div>
+					</dd>
+		</dl>
+	<a name="n"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">n</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$name</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#var$name">LoggerAppender::$name</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Appender name. Used by other components to identify this appender.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$name</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#var$name">Logger::$name</a> in Logger.php</div>
+							<div class="index-item-description">The name of this Logger instance.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$namespace</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#var$namespace">LoggerLayoutXml::$namespace</a> in LoggerLayoutXml.php</div>
+							<div class="index-item-description">The namespace in use.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$namespacePrefix</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#var$namespacePrefix">LoggerLayoutXml::$namespacePrefix</a> in LoggerLayoutXml.php</div>
+							<div class="index-item-description">The namespace prefix in use</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$ndc</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$ndc">LoggerLoggingEvent::$ndc</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">The nested diagnostic context (NDC) of logging event.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$ndcLookupRequired</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$ndcLookupRequired">LoggerLoggingEvent::$ndcLookupRequired</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Have we tried to do an NDC lookup? If we did, there is no need  to do it again.	Note that its value is always false when  serialized. Thus, a receiving SocketNode will never use it's own  (incorrect) NDC. See also writeObject method.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$next</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternConverter.html#var$next">LoggerPatternConverter::$next</a> in LoggerPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$next</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerFilter.html#var$next">LoggerFilter::$next</a> in LoggerFilter.php</div>
+					</dd>
+			<dt class="field">
+						NDC_CONVERTER
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constNDC_CONVERTER">LoggerPatternParser::NDC_CONVERTER</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						NEUTRAL
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerFilter.html#constNEUTRAL">LoggerFilter::NEUTRAL</a> in LoggerFilter.php</div>
+							<div class="index-item-description">This filter is neutral with respect to the log event. The  remaining filters, if any, should be consulted for a final decision.</div>
+					</dd>
+		</dl>
+	<a name="o"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">o</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$obj</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerReflectionUtils.html#var$obj">LoggerReflectionUtils::$obj</a> in LoggerReflectionUtils.php</div>
+							<div class="index-item-description">the target object</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$option</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#var$option">LoggerAppenderSyslog::$option</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">The option used when opening the syslog connection.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$overridePriority</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#var$overridePriority">LoggerAppenderSyslog::$overridePriority</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">If set to true, the message priority will always use the value defined  in $priority, otherwise the priority will be determined by the  message's log level.</div>
+					</dd>
+			<dt class="field">
+						OFF
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#constOFF">LoggerLevel::OFF</a> in LoggerLevel.php</div>
+					</dd>
+		</dl>
+	<a name="p"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">p</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$parent</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#var$parent">Logger::$parent</a> in Logger.php</div>
+							<div class="index-item-description">The parent logger. Set to null if this is the root logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$password</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#var$password">LoggerAppenderMongoDB::$password</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Password used to connect to the database.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$password</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#var$password">LoggerAppenderPDO::$password</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Database password</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$pattern</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutPattern.html#var$pattern">LoggerLayoutPattern::$pattern</a> in LoggerLayoutPattern.php</div>
+							<div class="index-item-description">The conversion pattern.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$pattern</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#var$pattern">LoggerPatternParser::$pattern</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$patternLength</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#var$patternLength">LoggerPatternParser::$patternLength</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$port</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html#var$port">LoggerAppenderMailEvent::$port</a> in LoggerAppenderMailEvent.php</div>
+							<div class="index-item-description">Mailserver port (win32 only).</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$port</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html#var$port">LoggerAppenderSocket::$port</a> in LoggerAppenderSocket.php</div>
+							<div class="index-item-description">Target port</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$port</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#var$port">LoggerAppenderMongoDB::$port</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Port on which the instance is bound.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$precision</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerNamedPatternConverter.html#var$precision">LoggerNamedPatternConverter::$precision</a> in LoggerNamedPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$preparedInsert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#var$preparedInsert">LoggerAppenderPDO::$preparedInsert</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Prepared statement for the INSERT INTO query.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$priority</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#var$priority">LoggerAppenderSyslog::$priority</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">The syslog priority to use when overriding priority. This setting is  required if overridePriority is set to true.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parse</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#methodparse">LoggerPatternParser::parse()</a> in LoggerPatternParser.php</div>
+							<div class="index-item-description">Parser.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parse</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodparse">LoggerConfiguratorDefault::parse()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Parses the given configuration and returns the parsed configuration  as a PHP array. Does not perform any configuration.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parseAppender</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#methodparseAppender">LoggerConfigurationAdapterINI::parseAppender()</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Parses an configuration line pertaining to an appender.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parseAppender</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#methodparseAppender">LoggerConfigurationAdapterXML::parseAppender()</a> in LoggerConfigurationAdapterXML.php</div>
+							<div class="index-item-description">Parses an &lt;appender&gt; node.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parseAppenderReferences</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#methodparseAppenderReferences">LoggerConfigurationAdapterXML::parseAppenderReferences()</a> in LoggerConfigurationAdapterXML.php</div>
+							<div class="index-item-description">Parses a &lt;logger&gt; node for appender references and returns them in an array.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parseConfiguration</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#methodparseConfiguration">LoggerConfigurationAdapterXML::parseConfiguration()</a> in LoggerConfigurationAdapterXML.php</div>
+							<div class="index-item-description">Parses the &lt;configuration&gt; node.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parseFacility</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodparseFacility">LoggerAppenderSyslog::parseFacility()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Parses the facility string and returns the corresponding int value.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parseFile</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodparseFile">LoggerConfiguratorDefault::parseFile()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Loads the configuration file from the given URL, determines which  adapter to use, converts the configuration to a PHP array and  returns it.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parseFilter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#methodparseFilter">LoggerConfigurationAdapterXML::parseFilter()</a> in LoggerConfigurationAdapterXML.php</div>
+							<div class="index-item-description">Parses a &lt;filter&gt; node.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parseLayout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#methodparseLayout">LoggerConfigurationAdapterXML::parseLayout()</a> in LoggerConfigurationAdapterXML.php</div>
+							<div class="index-item-description">Parses a &lt;layout&gt; node.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parseLogger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#methodparseLogger">LoggerConfigurationAdapterINI::parseLogger()</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Parses a logger definition.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parseLogger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#methodparseLogger">LoggerConfigurationAdapterXML::parseLogger()</a> in LoggerConfigurationAdapterXML.php</div>
+							<div class="index-item-description">Parses a &lt;logger&gt; node.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parseOption</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodparseOption">LoggerAppenderSyslog::parseOption()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Parses a syslog option string and returns the correspodning int value.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parseParameters</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#methodparseParameters">LoggerConfigurationAdapterXML::parseParameters()</a> in LoggerConfigurationAdapterXML.php</div>
+							<div class="index-item-description">Parses any &lt;param&gt; child nodes returning them in an array.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parsePriority</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodparsePriority">LoggerAppenderSyslog::parsePriority()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Parses the priority string and returns the corresponding int value.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parseRenderer</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#methodparseRenderer">LoggerConfigurationAdapterINI::parseRenderer()</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Parses a renderer definition.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parseRenderer</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#methodparseRenderer">LoggerConfigurationAdapterXML::parseRenderer()</a> in LoggerConfigurationAdapterXML.php</div>
+							<div class="index-item-description">Parses a &lt;renderer&gt; node.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parseRootLogger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#methodparseRootLogger">LoggerConfigurationAdapterXML::parseRootLogger()</a> in LoggerConfigurationAdapterXML.php</div>
+							<div class="index-item-description">Parses a &lt;root&gt; node.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">peek</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerNDC.html#methodpeek">LoggerNDC::peek()</a> in LoggerNDC.php</div>
+							<div class="index-item-description">Looks at the last diagnostic context at the top of this NDC without removing it.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">pop</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerNDC.html#methodpop">LoggerNDC::pop()</a> in LoggerNDC.php</div>
+							<div class="index-item-description">Clients should call this method before leaving a diagnostic context.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">push</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerNDC.html#methodpush">LoggerNDC::push()</a> in LoggerNDC.php</div>
+							<div class="index-item-description">Push new diagnostic context information for the current thread.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">put</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html#methodput">LoggerRendererMap::put()</a> in LoggerRendererMap.php</div>
+							<div class="index-item-description">Register a <a href="log4php/renderers/LoggerRendererObject.html">LoggerRendererObject</a> for <var>clazz</var>.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">put</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerMDC.html#methodput">LoggerMDC::put()</a> in LoggerMDC.php</div>
+							<div class="index-item-description">Stores a context value as identified with the key parameter into the  context map.</div>
+					</dd>
+		</dl>
+	<a name="r"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">r</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$remoteHost</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html#var$remoteHost">LoggerAppenderSocket::$remoteHost</a> in LoggerAppenderSocket.php</div>
+							<div class="index-item-description">Target host.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$renderedMessage</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$renderedMessage">LoggerLoggingEvent::$renderedMessage</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">The application supplied message rendered through the log4php  objet rendering mechanism. At present renderedMessage == message.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$rendererMap</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#var$rendererMap">LoggerHierarchy::$rendererMap</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">The logger renderer map.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$requiresLayout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#var$requiresLayout">LoggerAppenderPDO::$requiresLayout</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">This appender does not require a layout.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$requiresLayout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#var$requiresLayout">LoggerAppenderMongoDB::$requiresLayout</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Appender does not require a layout.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$requiresLayout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderNull.html#var$requiresLayout">LoggerAppenderNull::$requiresLayout</a> in LoggerAppenderNull.php</div>
+							<div class="index-item-description">This appender does not require a layout.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$requiresLayout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#var$requiresLayout">LoggerAppender::$requiresLayout</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Set to true if the appender requires a layout.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$root</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#var$root">LoggerHierarchy::$root</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">The root logger.</div>
+					</dd>
+			<dt class="field">
+						RELATIVE_TIME_CONVERTER
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constRELATIVE_TIME_CONVERTER">LoggerPatternParser::RELATIVE_TIME_CONVERTER</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">remove</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerMDC.html#methodremove">LoggerMDC::remove()</a> in LoggerMDC.php</div>
+							<div class="index-item-description">Removes the the context identified by the key parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">remove</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerNDC.html#methodremove">LoggerNDC::remove()</a> in LoggerNDC.php</div>
+							<div class="index-item-description">Remove the diagnostic context for this thread.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">removeAllAppenders</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodremoveAllAppenders">Logger::removeAllAppenders()</a> in Logger.php</div>
+							<div class="index-item-description">Removes all appenders from the Logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">removeAppender</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodremoveAppender">Logger::removeAppender()</a> in Logger.php</div>
+							<div class="index-item-description">Remove the appender passed as parameter form the Logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">render</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererDefault.html#methodrender">LoggerRendererDefault::render()</a> in LoggerRendererDefault.php</div>
+							<div class="index-item-description">Render objects by type casting</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">render</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererException.html#methodrender">LoggerRendererException::render()</a> in LoggerRendererException.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">render</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererObject.html#methodrender">LoggerRendererObject::render()</a> in LoggerRendererObject.php</div>
+							<div class="index-item-description">Render the entity passed as parameter as a String.</div>
+					</dd>
+			<dt class="field">
+						RENDERER_PREFIX
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#constRENDERER_PREFIX">LoggerConfigurationAdapterINI::RENDERER_PREFIX</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Prefix used for defining a renderer.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">requiresLayout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodrequiresLayout">LoggerAppender::requiresLayout()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Configurators call this method to determine if the appender requires a layout.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">reset</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerFormattingInfo.html#methodreset">LoggerFormattingInfo::reset()</a> in LoggerFormattingInfo.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">resetConfiguration</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodresetConfiguration">LoggerHierarchy::resetConfiguration()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Reset all values contained in this hierarchy instance to their  default.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">resetConfiguration</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodresetConfiguration">Logger::resetConfiguration()</a> in Logger.php</div>
+							<div class="index-item-description">Destroy configurations for logger definitions</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">rollOver</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#methodrollOver">LoggerAppenderRollingFile::rollOver()</a> in LoggerAppenderRollingFile.php</div>
+							<div class="index-item-description">Implements the usual roll over behaviour.</div>
+					</dd>
+			<dt class="field">
+						ROOT_LOGGER_NAME
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#constROOT_LOGGER_NAME">LoggerConfigurationAdapterINI::ROOT_LOGGER_NAME</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Name to assign to the root logger.</div>
+					</dd>
+			<dt class="field">
+						ROOT_LOGGER_PREFIX
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#constROOT_LOGGER_PREFIX">LoggerConfigurationAdapterINI::ROOT_LOGGER_PREFIX</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Prefix used for defining the root logger.</div>
+					</dd>
+		</dl>
+	<a name="s"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">s</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$smtpHost</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html#var$smtpHost">LoggerAppenderMailEvent::$smtpHost</a> in LoggerAppenderMailEvent.php</div>
+							<div class="index-item-description">Mailserver hostname (win32 only).</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$spaces</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternConverter.html#var$spaces">LoggerPatternConverter::$spaces</a> in LoggerPatternConverter.php</div>
+							<div class="index-item-description">Array for fast space padding  Used by <a href="log4php/helpers/LoggerPatternConverter.html#methodspacePad">LoggerPatternConverter::spacePad()</a>.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$sql</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#var$sql">LoggerAppenderPDO::$sql</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">A LoggerPatternLayout string used to format a valid insert query.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$stack</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerNDC.html#var$stack">LoggerNDC::$stack</a> in LoggerNDC.php</div>
+							<div class="index-item-description">This is the repository of NDC stack</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$startTime</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$startTime">LoggerLoggingEvent::$startTime</a> in LoggerLoggingEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$state</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#var$state">LoggerPatternParser::$state</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$stringToMatch</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterStringMatch.html#var$stringToMatch">LoggerFilterStringMatch::$stringToMatch</a> in LoggerFilterStringMatch.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$subject</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html#var$subject">LoggerAppenderMailEvent::$subject</a> in LoggerAppenderMailEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$subject</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMail.html#var$subject">LoggerAppenderMail::$subject</a> in LoggerAppenderMail.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$syslogEquivalent</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#var$syslogEquivalent">LoggerLevel::$syslogEquivalent</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Equivalent syslog level.</div>
+					</dd>
+			<dt class="field">
+						SCHEMA_PATH
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#constSCHEMA_PATH">LoggerConfigurationAdapterXML::SCHEMA_PATH</a> in LoggerConfigurationAdapterXML.php</div>
+							<div class="index-item-description">Path to the XML schema used for validation.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setAcceptOnMatch</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterStringMatch.html#methodsetAcceptOnMatch">LoggerFilterStringMatch::setAcceptOnMatch()</a> in LoggerFilterStringMatch.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setAcceptOnMatch</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelRange.html#methodsetAcceptOnMatch">LoggerFilterLevelRange::setAcceptOnMatch()</a> in LoggerFilterLevelRange.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setAcceptOnMatch</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelMatch.html#methodsetAcceptOnMatch">LoggerFilterLevelMatch::setAcceptOnMatch()</a> in LoggerFilterLevelMatch.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setAdditivity</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodsetAdditivity">Logger::setAdditivity()</a> in Logger.php</div>
+							<div class="index-item-description">Sets the additivity flag.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setAppend</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#methodsetAppend">LoggerAppenderFile::setAppend()</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setBoolean</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfigurable.html#methodsetBoolean">LoggerConfigurable::setBoolean()</a> in LoggerConfigurable.php</div>
+							<div class="index-item-description">Setter function for boolean type.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setCategoryPrefixing</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodsetCategoryPrefixing">LoggerLayoutTTCC::setCategoryPrefixing()</a> in LoggerLayoutTTCC.php</div>
+							<div class="index-item-description">The <strong>CategoryPrefixing</strong> option specifies whether Category  name is part of log output or not. This is true by default.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setCollectionName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodsetCollectionName">LoggerAppenderMongoDB::setCollectionName()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Sets the value of $collectionName parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setContextPrinting</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodsetContextPrinting">LoggerLayoutTTCC::setContextPrinting()</a> in LoggerLayoutTTCC.php</div>
+							<div class="index-item-description">The <strong>ContextPrinting</strong> option specifies log output will include  the nested context information belonging to the current thread.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setConversionPattern</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutPattern.html#methodsetConversionPattern">LoggerLayoutPattern::setConversionPattern()</a> in LoggerLayoutPattern.php</div>
+							<div class="index-item-description">Set the <strong>ConversionPattern</strong> option. This is the string which  controls formatting and consists of a mix of literal content and  conversion specifiers.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setCreateTable</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#methodsetCreateTable">LoggerAppenderPDO::setCreateTable()</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Indicator if the logging table should be created on startup,  if its not existing.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setDatabaseName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodsetDatabaseName">LoggerAppenderMongoDB::setDatabaseName()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Sets the value of $databaseName parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setDateFormat</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodsetDateFormat">LoggerLayoutTTCC::setDateFormat()</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setDatePattern</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderDailyFile.html#methodsetDatePattern">LoggerAppenderDailyFile::setDatePattern()</a> in LoggerAppenderDailyFile.php</div>
+							<div class="index-item-description">Sets date format for the file name.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setDry</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMail.html#methodsetDry">LoggerAppenderMail::setDry()</a> in LoggerAppenderMail.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setDry</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html#methodsetDry">LoggerAppenderMailEvent::setDry()</a> in LoggerAppenderMailEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setDSN</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#methodsetDSN">LoggerAppenderPDO::setDSN()</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Sets the DSN string for this connection. In case of</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setFacility</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodsetFacility">LoggerAppenderSyslog::setFacility()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Sets the $facility.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setFile</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#methodsetFile">LoggerAppenderRollingFile::setFile()</a> in LoggerAppenderRollingFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setFile</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#methodsetFile">LoggerAppenderFile::setFile()</a> in LoggerAppenderFile.php</div>
+							<div class="index-item-description">Sets the file where the log output will go.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setFileName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#methodsetFileName">LoggerAppenderFile::setFileName()</a> in LoggerAppenderFile.php</div>
+							<div class="index-item-description">Sets the file where the log output will go.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setFileSize</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfigurable.html#methodsetFileSize">LoggerConfigurable::setFileSize()</a> in LoggerConfigurable.php</div>
+							<div class="index-item-description">Setter for file size.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setFrom</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMail.html#methodsetFrom">LoggerAppenderMail::setFrom()</a> in LoggerAppenderMail.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setFrom</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html#methodsetFrom">LoggerAppenderMailEvent::setFrom()</a> in LoggerAppenderMailEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setHost</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodsetHost">LoggerAppenderMongoDB::setHost()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Sets the value of $host parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setHtmlLineBreaks</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderEcho.html#methodsetHtmlLineBreaks">LoggerAppenderEcho::setHtmlLineBreaks()</a> in LoggerAppenderEcho.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setIdent</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodsetIdent">LoggerAppenderSyslog::setIdent()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Sets the $ident.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setInsertPattern</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#methodsetInsertPattern">LoggerAppenderPDO::setInsertPattern()</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Sets the <a href="log4php/layouts/LoggerLayoutPattern.html">LoggerLayoutPattern</a> format strings for $insertSql.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setInsertSql</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#methodsetInsertSql">LoggerAppenderPDO::setInsertSql()</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Sets the SQL INSERT string to use with $insertPattern.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setInteger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfigurable.html#methodsetInteger">LoggerConfigurable::setInteger()</a> in LoggerConfigurable.php</div>
+							<div class="index-item-description">Setter function for integer type.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setLayout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodsetLayout">LoggerAppender::setLayout()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Sets the appender layout.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setLevel</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerRoot.html#methodsetLevel">LoggerRoot::setLevel()</a> in LoggerRoot.php</div>
+							<div class="index-item-description">Setting a null value to the level of the root category may have catastrophic results.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setLevel</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodsetLevel">Logger::setLevel()</a> in Logger.php</div>
+							<div class="index-item-description">Set the Logger level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setLevel</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfigurable.html#methodsetLevel">LoggerConfigurable::setLevel()</a> in LoggerConfigurable.php</div>
+							<div class="index-item-description">Setter function for LoggerLevel values.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setLevelMax</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelRange.html#methodsetLevelMax">LoggerFilterLevelRange::setLevelMax()</a> in LoggerFilterLevelRange.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setLevelMin</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelRange.html#methodsetLevelMin">LoggerFilterLevelRange::setLevelMin()</a> in LoggerFilterLevelRange.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setLevelToMatch</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelMatch.html#methodsetLevelToMatch">LoggerFilterLevelMatch::setLevelToMatch()</a> in LoggerFilterLevelMatch.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setLocationInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html#methodsetLocationInfo">LoggerLayoutHtml::setLocationInfo()</a> in LoggerLayoutHtml.php</div>
+							<div class="index-item-description">The <strong>LocationInfo</strong> option takes a boolean value. By</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setLocationInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#methodsetLocationInfo">LoggerLayoutXml::setLocationInfo()</a> in LoggerLayoutXml.php</div>
+							<div class="index-item-description">The $locationInfo option takes a boolean value. By default,</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setLocationInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutSerialized.html#methodsetLocationInfo">LoggerLayoutSerialized::setLocationInfo()</a> in LoggerLayoutSerialized.php</div>
+							<div class="index-item-description">Sets the location information flag.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setLog4jNamespace</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#methodsetLog4jNamespace">LoggerLayoutXml::setLog4jNamespace()</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setMaxBackupIndex</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#methodsetMaxBackupIndex">LoggerAppenderRollingFile::setMaxBackupIndex()</a> in LoggerAppenderRollingFile.php</div>
+							<div class="index-item-description">Set the maximum number of backup files to keep around.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setMaxDepth</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerNDC.html#methodsetMaxDepth">LoggerNDC::setMaxDepth()</a> in LoggerNDC.php</div>
+							<div class="index-item-description">Set maximum depth of this diagnostic context. If the current depth is smaller or equal to <var>maxDepth</var>, then no action is taken.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setMaxFileSize</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#methodsetMaxFileSize">LoggerAppenderRollingFile::setMaxFileSize()</a> in LoggerAppenderRollingFile.php</div>
+							<div class="index-item-description">Set the maximum size that the output file is allowed to reach before being rolled over to backup files.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setMaximumFileSize</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#methodsetMaximumFileSize">LoggerAppenderRollingFile::setMaximumFileSize()</a> in LoggerAppenderRollingFile.php</div>
+							<div class="index-item-description">Set the maximum size that the output file is allowed to reach  before being rolled over to backup files.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setMicroSecondsPrinting</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodsetMicroSecondsPrinting">LoggerLayoutTTCC::setMicroSecondsPrinting()</a> in LoggerLayoutTTCC.php</div>
+							<div class="index-item-description">The <strong>MicroSecondsPrinting</strong> option specifies if microseconds infos  should be printed at the end of timestamp.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodsetName">LoggerAppender::setName()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Sets the appender name.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setNumeric</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfigurable.html#methodsetNumeric">LoggerConfigurable::setNumeric()</a> in LoggerConfigurable.php</div>
+							<div class="index-item-description">Setter function for numeric type.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setOption</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodsetOption">LoggerAppenderSyslog::setOption()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Sets the $option.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodsetOptions">LoggerConfiguratorDefault::setOptions()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Helper method which applies given options to an object which has setters  for these options (such as appenders, layouts, etc.).</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setOverridePriority</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodsetOverridePriority">LoggerAppenderSyslog::setOverridePriority()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Sets the $overridePriority.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setParent</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodsetParent">Logger::setParent()</a> in Logger.php</div>
+							<div class="index-item-description">Sets the parent logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setParent</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerRoot.html#methodsetParent">LoggerRoot::setParent()</a> in LoggerRoot.php</div>
+							<div class="index-item-description">Always returns false.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setPassword</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#methodsetPassword">LoggerAppenderPDO::setPassword()</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Sets the password for this connection.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setPassword</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodsetPassword">LoggerAppenderMongoDB::setPassword()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Sets the value of $password parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setPort</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodsetPort">LoggerAppenderMongoDB::setPort()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Sets the value of $port parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setPort</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html#methodsetPort">LoggerAppenderSocket::setPort()</a> in LoggerAppenderSocket.php</div>
+							<div class="index-item-description">Sets the target port</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setPort</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html#methodsetPort">LoggerAppenderMailEvent::setPort()</a> in LoggerAppenderMailEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setPositiveInteger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfigurable.html#methodsetPositiveInteger">LoggerConfigurable::setPositiveInteger()</a> in LoggerConfigurable.php</div>
+							<div class="index-item-description">Setter function for integer type.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setPriority</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodsetPriority">LoggerAppenderSyslog::setPriority()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Sets the $priority.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setProperties</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerReflectionUtils.html#methodsetProperties">LoggerReflectionUtils::setProperties()</a> in LoggerReflectionUtils.php</div>
+							<div class="index-item-description">Set the properites for the object that match the  <div class="src-code"><ol><li><div class="src-line"><span class="src-id">prefix</span></div></li>
+</ol></div> passed as parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setPropertiesByObject</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerReflectionUtils.html#methodsetPropertiesByObject">LoggerReflectionUtils::setPropertiesByObject()</a> in LoggerReflectionUtils.php</div>
+							<div class="index-item-description">Set the properties of an object passed as a parameter in one  go. The <div class="src-code"><ol><li><div class="src-line"><span class="src-id">properties</span></div></li>
+</ol></div> are parsed relative to a  <div class="src-code"><ol><li><div class="src-line"><span class="src-id">prefix</span></div></li>
+</ol></div>.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setProperty</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerReflectionUtils.html#methodsetProperty">LoggerReflectionUtils::setProperty()</a> in LoggerReflectionUtils.php</div>
+							<div class="index-item-description">Set a property on this PropertySetter's Object. If successful, this</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setRemoteHost</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html#methodsetRemoteHost">LoggerAppenderSocket::setRemoteHost()</a> in LoggerAppenderSocket.php</div>
+							<div class="index-item-description">Sets the target host.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setSmtpHost</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html#methodsetSmtpHost">LoggerAppenderMailEvent::setSmtpHost()</a> in LoggerAppenderMailEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setSql</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#methodsetSql">LoggerAppenderPDO::setSql()</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Sets the SQL string into which the event should be transformed.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setString</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfigurable.html#methodsetString">LoggerConfigurable::setString()</a> in LoggerConfigurable.php</div>
+							<div class="index-item-description">Setter function for string type.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setStringToMatch</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterStringMatch.html#methodsetStringToMatch">LoggerFilterStringMatch::setStringToMatch()</a> in LoggerFilterStringMatch.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setSubject</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html#methodsetSubject">LoggerAppenderMailEvent::setSubject()</a> in LoggerAppenderMailEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setSubject</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMail.html#methodsetSubject">LoggerAppenderMail::setSubject()</a> in LoggerAppenderMail.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setTable</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#methodsetTable">LoggerAppenderPDO::setTable()</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Sets the tablename to which this appender should log.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setTarget</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderConsole.html#methodsetTarget">LoggerAppenderConsole::setTarget()</a> in LoggerAppenderConsole.php</div>
+							<div class="index-item-description">Set console target.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerReflectionUtils.html#methodsetter">LoggerReflectionUtils::setter()</a> in LoggerReflectionUtils.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setThreadPrinting</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodsetThreadPrinting">LoggerLayoutTTCC::setThreadPrinting()</a> in LoggerLayoutTTCC.php</div>
+							<div class="index-item-description">The <strong>ThreadPrinting</strong> option specifies whether the name of the  current thread is part of log output or not. This is true by default.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setThreshold</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodsetThreshold">LoggerHierarchy::setThreshold()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Sets the main threshold level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setThreshold</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodsetThreshold">LoggerAppender::setThreshold()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Sets the appender threshold.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setTimeout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html#methodsetTimeout">LoggerAppenderSocket::setTimeout()</a> in LoggerAppenderSocket.php</div>
+							<div class="index-item-description">Sets the timeout.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setTimeout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodsetTimeout">LoggerAppenderMongoDB::setTimeout()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Sets the value of $timeout parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setTitle</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html#methodsetTitle">LoggerLayoutHtml::setTitle()</a> in LoggerLayoutHtml.php</div>
+							<div class="index-item-description">The <strong>Title</strong> option takes a String value. This option sets the  document title of the generated HTML document.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setTo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMail.html#methodsetTo">LoggerAppenderMail::setTo()</a> in LoggerAppenderMail.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setTo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html#methodsetTo">LoggerAppenderMailEvent::setTo()</a> in LoggerAppenderMailEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setUser</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#methodsetUser">LoggerAppenderPDO::setUser()</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Sets the username for this connection.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">setUserName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodsetUserName">LoggerAppenderMongoDB::setUserName()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Sets the value of $userName parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">shutdown</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodshutdown">Logger::shutdown()</a> in Logger.php</div>
+							<div class="index-item-description">Safely close all appenders.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">shutdown</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodshutdown">LoggerHierarchy::shutdown()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Shutting down a hierarchy will <em>safely</em> close and remove  all appenders in all loggers including the root logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">spacePad</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternConverter.html#methodspacePad">LoggerPatternConverter::spacePad()</a> in LoggerPatternConverter.php</div>
+							<div class="index-item-description">Fast space padding method.</div>
+					</dd>
+			<dt class="field">
+						STDERR
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderConsole.html#constSTDERR">LoggerAppenderConsole::STDERR</a> in LoggerAppenderConsole.php</div>
+					</dd>
+			<dt class="field">
+						STDOUT
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderConsole.html#constSTDOUT">LoggerAppenderConsole::STDOUT</a> in LoggerAppenderConsole.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">substVars</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#methodsubstVars">LoggerOptionConverter::substVars()</a> in LoggerOptionConverter.php</div>
+							<div class="index-item-description">Perform variable substitution in string <var>$val</var> from the values of keys found with the getSystemProperty() method.</div>
+					</dd>
+		</dl>
+	<a name="t"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">t</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$table</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#var$table">LoggerAppenderPDO::$table</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Table name to write events. Used only for CREATE TABLE if $createTable is true.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$tail</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#var$tail">LoggerPatternParser::$tail</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$target</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderConsole.html#var$target">LoggerAppenderConsole::$target</a> in LoggerAppenderConsole.php</div>
+							<div class="index-item-description">Can be 'php://stdout' or 'php://stderr'. But it's better to use keywords <strong>STDOUT</strong> and <strong>STDERR</strong> (case insensitive).</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$threadName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$threadName">LoggerLoggingEvent::$threadName</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">The name of thread in which this logging event was generated.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$threadPrinting</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#var$threadPrinting">LoggerLayoutTTCC::$threadPrinting</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$threshold</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#var$threshold">LoggerHierarchy::$threshold</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Main level threshold. Events with lower level will not be logged by any  logger, regardless of it's configuration.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$threshold</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#var$threshold">LoggerAppender::$threshold</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Appender threshold level. Events whose level is below the threshold  will not be logged.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$throwable</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerThrowableInformation.html#var$throwable">LoggerThrowableInformation::$throwable</a> in LoggerThrowableInformation.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$throwableArray</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerThrowableInformation.html#var$throwableArray">LoggerThrowableInformation::$throwableArray</a> in LoggerThrowableInformation.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$throwableInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$throwableInfo">LoggerLoggingEvent::$throwableInfo</a> in LoggerLoggingEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$timeout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html#var$timeout">LoggerAppenderSocket::$timeout</a> in LoggerAppenderSocket.php</div>
+							<div class="index-item-description">Connection timeout in ms.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$timeout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#var$timeout">LoggerAppenderMongoDB::$timeout</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Timeout value used when connecting to the database (in milliseconds).</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$timeStamp</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$timeStamp">LoggerLoggingEvent::$timeStamp</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">The number of seconds elapsed from 1/1/1970 until logging event  was created plus microseconds if available.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$title</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html#var$title">LoggerLayoutHtml::$title</a> in LoggerLayoutHtml.php</div>
+							<div class="index-item-description">The <strong>Title</strong> option takes a String value. This option sets the  document title of the generated HTML document.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$to</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html#var$to">LoggerAppenderMailEvent::$to</a> in LoggerAppenderMailEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$to</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMail.html#var$to">LoggerAppenderMail::$to</a> in LoggerAppenderMail.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$trueValues</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#var$trueValues">LoggerOptionConverter::$trueValues</a> in LoggerOptionConverter.php</div>
+							<div class="index-item-description">String values which are converted to boolean TRUE.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$type</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerLocationPatternConverter.html#var$type">LoggerLocationPatternConverter::$type</a> in LoggerLocationPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$type</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerBasicPatternConverter.html#var$type">LoggerBasicPatternConverter::$type</a> in LoggerBasicPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						THREAD_CONVERTER
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constTHREAD_CONVERTER">LoggerPatternParser::THREAD_CONVERTER</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						THRESHOLD_PREFIX
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#constTHRESHOLD_PREFIX">LoggerConfigurationAdapterINI::THRESHOLD_PREFIX</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Prefix used for defining logger threshold.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">toBoolean</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#methodtoBoolean">LoggerOptionConverter::toBoolean()</a> in LoggerOptionConverter.php</div>
+							<div class="index-item-description">If <var>$value</var> is <em>true</em>, then <em>true</em> is returned. If <var>$value</var> is <em>false</em>, then <em>true</em> is returned. Otherwise, <var>$default</var> is returned.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">toBooleanEx</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#methodtoBooleanEx">LoggerOptionConverter::toBooleanEx()</a> in LoggerOptionConverter.php</div>
+							<div class="index-item-description">Converts $value to boolean, or throws an exception if not possible.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">toFileSize</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#methodtoFileSize">LoggerOptionConverter::toFileSize()</a> in LoggerOptionConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">toFileSizeEx</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#methodtoFileSizeEx">LoggerOptionConverter::toFileSizeEx()</a> in LoggerOptionConverter.php</div>
+							<div class="index-item-description">Converts a value to a valid file size (integer).</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">toInt</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#methodtoInt">LoggerOptionConverter::toInt()</a> in LoggerOptionConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">toInt</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodtoInt">LoggerLevel::toInt()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns the integer representation of this level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">toIntegerEx</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#methodtoIntegerEx">LoggerOptionConverter::toIntegerEx()</a> in LoggerOptionConverter.php</div>
+							<div class="index-item-description">Converts $value to integer, or throws an exception if not possible.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">toLevel</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodtoLevel">LoggerLevel::toLevel()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Convert the input argument to a level. If the conversion fails, then  this method returns the provided default level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">toLevel</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#methodtoLevel">LoggerOptionConverter::toLevel()</a> in LoggerOptionConverter.php</div>
+							<div class="index-item-description">Converts a standard or custom priority level to a Level object.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">toLevelEx</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#methodtoLevelEx">LoggerOptionConverter::toLevelEx()</a> in LoggerOptionConverter.php</div>
+							<div class="index-item-description">Converts the value to a level. Throws an exception if not possible.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">toPositiveIntegerEx</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#methodtoPositiveIntegerEx">LoggerOptionConverter::toPositiveIntegerEx()</a> in LoggerOptionConverter.php</div>
+							<div class="index-item-description">Converts $value to integer, or throws an exception if not possible.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">toString</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodtoString">LoggerLevel::toString()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns the string representation of this level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">toString</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodtoString">LoggerLoggingEvent::toString()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Serialize this object</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">toStringEx</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#methodtoStringEx">LoggerOptionConverter::toStringEx()</a> in LoggerOptionConverter.php</div>
+							<div class="index-item-description">Converts a value to string, or throws an exception if not possible.</div>
+					</dd>
+			<dt class="field">
+						TRACE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#constTRACE">LoggerLevel::TRACE</a> in LoggerLevel.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">trace</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodtrace">Logger::trace()</a> in Logger.php</div>
+							<div class="index-item-description">Log a message object with the TRACE level.</div>
+					</dd>
+			<dt class="field">
+						TTCC_CONVERSION_PATTERN
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutPattern.html#constTTCC_CONVERSION_PATTERN">LoggerLayoutPattern::TTCC_CONVERSION_PATTERN</a> in LoggerLayoutPattern.php</div>
+							<div class="index-item-description">Default conversion TTCC Pattern</div>
+					</dd>
+		</dl>
+	<a name="u"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">u</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$user</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#var$user">LoggerAppenderPDO::$user</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Database user name.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$userName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#var$userName">LoggerAppenderMongoDB::$userName</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Username used to connect to the database.</div>
+					</dd>
+		</dl>
+	<a name="w"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">w</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="method-title">warn</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLayout.html#methodwarn">LoggerLayout::warn()</a> in LoggerLayout.php</div>
+							<div class="index-item-description">Triggers a warning for this layout with the given message.</div>
+					</dd>
+			<dt class="field">
+						WARN
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#constWARN">LoggerLevel::WARN</a> in LoggerLevel.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">warn</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodwarn">LoggerConfiguratorDefault::warn()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Helper method to simplify error reporting.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">warn</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#methodwarn">LoggerConfigurationAdapterXML::warn()</a> in LoggerConfigurationAdapterXML.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">warn</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodwarn">LoggerAppender::warn()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Triggers a warning for this logger with the given message.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">warn</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfigurable.html#methodwarn">LoggerConfigurable::warn()</a> in LoggerConfigurable.php</div>
+							<div class="index-item-description">Triggers a warning.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">warn</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodwarn">Logger::warn()</a> in Logger.php</div>
+							<div class="index-item-description">Log a message with the WARN level.</div>
+					</dd>
+		</dl>
+	<a name="_"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">_</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerMDCPatternConverter.html#method__construct">LoggerMDCPatternConverter::__construct()</a> in LoggerMDCPatternConverter.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerNamedPatternConverter.html#method__construct">LoggerNamedPatternConverter::__construct()</a> in LoggerNamedPatternConverter.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#method__construct">LoggerLoggingEvent::__construct()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Instantiate a LoggingEvent from the supplied parameters.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerLocationPatternConverter.html#method__construct">LoggerLocationPatternConverter::__construct()</a> in LoggerLocationPatternConverter.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#method__construct">LoggerLocationInfo::__construct()</a> in LoggerLocationInfo.php</div>
+							<div class="index-item-description">Instantiate location information based on a <a href="http://www.php.net/debug_backtrace">http://www.php.net/debug_backtrace</a>.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternConverter.html#method__construct">LoggerPatternConverter::__construct()</a> in LoggerPatternConverter.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#method__construct">LoggerPatternParser::__construct()</a> in LoggerPatternParser.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerThrowableInformation.html#method__construct">LoggerThrowableInformation::__construct()</a> in LoggerThrowableInformation.php</div>
+							<div class="index-item-description">Create a new instance</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerRoot.html#method__construct">LoggerRoot::__construct()</a> in LoggerRoot.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html#method__construct">LoggerRendererMap::__construct()</a> in LoggerRendererMap.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerReflectionUtils.html#method__construct">LoggerReflectionUtils::__construct()</a> in LoggerReflectionUtils.php</div>
+							<div class="index-item-description">Create a new LoggerReflectionUtils for the specified Object.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#method__construct">Logger::__construct()</a> in Logger.php</div>
+							<div class="index-item-description">Constructor.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerLiteralPatternConverter.html#method__construct">LoggerLiteralPatternConverter::__construct()</a> in LoggerLiteralPatternConverter.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerCategoryPatternConverter.html#method__construct">LoggerCategoryPatternConverter::__construct()</a> in LoggerCategoryPatternConverter.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerClassNamePatternConverter.html#method__construct">LoggerClassNamePatternConverter::__construct()</a> in LoggerClassNamePatternConverter.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerBasicPatternConverter.html#method__construct">LoggerBasicPatternConverter::__construct()</a> in LoggerBasicPatternConverter.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#method__construct">LoggerAppenderMongoDB::__construct()</a> in LoggerAppenderMongoDB.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#method__construct">LoggerAppender::__construct()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Default constructor.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerDatePatternConverter.html#method__construct">LoggerDatePatternConverter::__construct()</a> in LoggerDatePatternConverter.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerFormattingInfo.html#method__construct">LoggerFormattingInfo::__construct()</a> in LoggerFormattingInfo.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#method__construct">LoggerLevel::__construct()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#method__construct">LoggerHierarchy::__construct()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Creates a new logger hierarchy.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#method__construct">LoggerLayoutTTCC::__construct()</a> in LoggerLayoutTTCC.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__sleep</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#method__sleep">LoggerLoggingEvent::__sleep()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Avoid serialization of the <a href="log4php/LoggerThrowableInformation.html#var$logger">$logger</a> object</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__toString</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#method__toString">LoggerLevel::__toString()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns the string representation of this level.</div>
+					</dd>
+		</dl>
+
+<div class="index-letter-menu">
+	<a class="index-letter" href="elementindex.html#a">a</a>
+	<a class="index-letter" href="elementindex.html#b">b</a>
+	<a class="index-letter" href="elementindex.html#c">c</a>
+	<a class="index-letter" href="elementindex.html#d">d</a>
+	<a class="index-letter" href="elementindex.html#e">e</a>
+	<a class="index-letter" href="elementindex.html#f">f</a>
+	<a class="index-letter" href="elementindex.html#g">g</a>
+	<a class="index-letter" href="elementindex.html#h">h</a>
+	<a class="index-letter" href="elementindex.html#i">i</a>
+	<a class="index-letter" href="elementindex.html#k">k</a>
+	<a class="index-letter" href="elementindex.html#l">l</a>
+	<a class="index-letter" href="elementindex.html#m">m</a>
+	<a class="index-letter" href="elementindex.html#n">n</a>
+	<a class="index-letter" href="elementindex.html#o">o</a>
+	<a class="index-letter" href="elementindex.html#p">p</a>
+	<a class="index-letter" href="elementindex.html#r">r</a>
+	<a class="index-letter" href="elementindex.html#s">s</a>
+	<a class="index-letter" href="elementindex.html#t">t</a>
+	<a class="index-letter" href="elementindex.html#u">u</a>
+	<a class="index-letter" href="elementindex.html#w">w</a>
+	<a class="index-letter" href="elementindex.html#_">_</a>
+</div>	</body>
+</html>
\ No newline at end of file
diff --git a/2.2.1/apidocs/elementindex_log4php.html b/2.2.1/apidocs/elementindex_log4php.html
new file mode 100644
index 0000000..652f7f5
--- /dev/null
+++ b/2.2.1/apidocs/elementindex_log4php.html
@@ -0,0 +1,5282 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+  <html xmlns="http://www.w3.org/1999/xhtml">
+		<head>
+			<!-- template designed by Marco Von Ballmoos  -->
+			<title></title>
+			<link rel="stylesheet" href="media/stylesheet.css" />
+											</head>
+		<body>
+						<a name="top"></a>
+<h2>[log4php] element index</h2>
+<a href="elementindex.html">All elements</a>
+<br />
+<div class="index-letter-menu">
+	<a class="index-letter" href="elementindex_log4php.html#a">a</a>
+	<a class="index-letter" href="elementindex_log4php.html#b">b</a>
+	<a class="index-letter" href="elementindex_log4php.html#c">c</a>
+	<a class="index-letter" href="elementindex_log4php.html#d">d</a>
+	<a class="index-letter" href="elementindex_log4php.html#e">e</a>
+	<a class="index-letter" href="elementindex_log4php.html#f">f</a>
+	<a class="index-letter" href="elementindex_log4php.html#g">g</a>
+	<a class="index-letter" href="elementindex_log4php.html#h">h</a>
+	<a class="index-letter" href="elementindex_log4php.html#i">i</a>
+	<a class="index-letter" href="elementindex_log4php.html#k">k</a>
+	<a class="index-letter" href="elementindex_log4php.html#l">l</a>
+	<a class="index-letter" href="elementindex_log4php.html#m">m</a>
+	<a class="index-letter" href="elementindex_log4php.html#n">n</a>
+	<a class="index-letter" href="elementindex_log4php.html#o">o</a>
+	<a class="index-letter" href="elementindex_log4php.html#p">p</a>
+	<a class="index-letter" href="elementindex_log4php.html#r">r</a>
+	<a class="index-letter" href="elementindex_log4php.html#s">s</a>
+	<a class="index-letter" href="elementindex_log4php.html#t">t</a>
+	<a class="index-letter" href="elementindex_log4php.html#u">u</a>
+	<a class="index-letter" href="elementindex_log4php.html#w">w</a>
+	<a class="index-letter" href="elementindex_log4php.html#_">_</a>
+</div>
+
+	<a name="_"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">_</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#method__construct">LoggerLoggingEvent::__construct()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Instantiate a LoggingEvent from the supplied parameters.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerReflectionUtils.html#method__construct">LoggerReflectionUtils::__construct()</a> in LoggerReflectionUtils.php</div>
+							<div class="index-item-description">Create a new LoggerReflectionUtils for the specified Object.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerRoot.html#method__construct">LoggerRoot::__construct()</a> in LoggerRoot.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerThrowableInformation.html#method__construct">LoggerThrowableInformation::__construct()</a> in LoggerThrowableInformation.php</div>
+							<div class="index-item-description">Create a new instance</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#method__construct">Logger::__construct()</a> in Logger.php</div>
+							<div class="index-item-description">Constructor.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#method__construct">LoggerLocationInfo::__construct()</a> in LoggerLocationInfo.php</div>
+							<div class="index-item-description">Instantiate location information based on a <a href="http://www.php.net/debug_backtrace">http://www.php.net/debug_backtrace</a>.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#method__construct">LoggerAppender::__construct()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Default constructor.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#method__construct">LoggerHierarchy::__construct()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Creates a new logger hierarchy.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#method__construct">LoggerLevel::__construct()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__sleep</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#method__sleep">LoggerLoggingEvent::__sleep()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Avoid serialization of the <a href="log4php/LoggerThrowableInformation.html#var$logger">$logger</a> object</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__toString</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#method__toString">LoggerLevel::__toString()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns the string representation of this level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#method__construct">LoggerAppenderMongoDB::__construct()</a> in LoggerAppenderMongoDB.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerMDCPatternConverter.html#method__construct">LoggerMDCPatternConverter::__construct()</a> in LoggerMDCPatternConverter.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerNamedPatternConverter.html#method__construct">LoggerNamedPatternConverter::__construct()</a> in LoggerNamedPatternConverter.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternConverter.html#method__construct">LoggerPatternConverter::__construct()</a> in LoggerPatternConverter.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#method__construct">LoggerPatternParser::__construct()</a> in LoggerPatternParser.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerLocationPatternConverter.html#method__construct">LoggerLocationPatternConverter::__construct()</a> in LoggerLocationPatternConverter.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerLiteralPatternConverter.html#method__construct">LoggerLiteralPatternConverter::__construct()</a> in LoggerLiteralPatternConverter.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerCategoryPatternConverter.html#method__construct">LoggerCategoryPatternConverter::__construct()</a> in LoggerCategoryPatternConverter.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerClassNamePatternConverter.html#method__construct">LoggerClassNamePatternConverter::__construct()</a> in LoggerClassNamePatternConverter.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerDatePatternConverter.html#method__construct">LoggerDatePatternConverter::__construct()</a> in LoggerDatePatternConverter.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerFormattingInfo.html#method__construct">LoggerFormattingInfo::__construct()</a> in LoggerFormattingInfo.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerBasicPatternConverter.html#method__construct">LoggerBasicPatternConverter::__construct()</a> in LoggerBasicPatternConverter.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#method__construct">LoggerLayoutTTCC::__construct()</a> in LoggerLayoutTTCC.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">__construct</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html#method__construct">LoggerRendererMap::__construct()</a> in LoggerRendererMap.php</div>
+							<div class="index-item-description">Constructor</div>
+					</dd>
+		</dl>
+	<a name="a"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">a</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$adapters</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#var$adapters">LoggerConfiguratorDefault::$adapters</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Defines which adapter should be used for parsing which format.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$additive</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#var$additive">Logger::$additive</a> in Logger.php</div>
+							<div class="index-item-description">Logger additivity. If set to true then child loggers will inherit  the appenders of their ancestors by default.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$appenders</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppenderPool.html#var$appenders">LoggerAppenderPool::$appenders</a> in LoggerAppenderPool.php</div>
+							<div class="index-item-description">Holds appenders indexed by their name</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$appenders</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#var$appenders">LoggerConfiguratorDefault::$appenders</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Holds the appenders before they are linked to loggers.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$appenders</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#var$appenders">Logger::$appenders</a> in Logger.php</div>
+							<div class="index-item-description">A collection of appenders linked to this logger.</div>
+					</dd>
+			<dt class="field">
+						ACCEPT
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerFilter.html#constACCEPT">LoggerFilter::ACCEPT</a> in LoggerFilter.php</div>
+							<div class="index-item-description">The log event must be logged immediately without consulting with  the remaining filters, if any, in the chain.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activate</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerReflectionUtils.html#methodactivate">LoggerReflectionUtils::activate()</a> in LoggerReflectionUtils.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodactivateOptions">LoggerAppender::activateOptions()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Prepares the appender for logging.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLayout.html#methodactivateOptions">LoggerLayout::activateOptions()</a> in LoggerLayout.php</div>
+							<div class="index-item-description">Activates options for this layout.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerFilter.html#methodactivateOptions">LoggerFilter::activateOptions()</a> in LoggerFilter.php</div>
+							<div class="index-item-description">Usually filters options become active when set. We provide a  default do-nothing implementation for convenience.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">add</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppenderPool.html#methodadd">LoggerAppenderPool::add()</a> in LoggerAppenderPool.php</div>
+							<div class="index-item-description">Adds an appender to the pool.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">addAppender</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodaddAppender">Logger::addAppender()</a> in Logger.php</div>
+							<div class="index-item-description">Adds a new appender to the Logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">addFilter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodaddFilter">LoggerAppender::addFilter()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Adds a filter to the end of the filter chain.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">addNext</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerFilter.html#methodaddNext">LoggerFilter::addNext()</a> in LoggerFilter.php</div>
+							<div class="index-item-description">Adds a new filter to the filter chain this filter is a part of.</div>
+					</dd>
+			<dt class="field">
+						ALL
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#constALL">LoggerLevel::ALL</a> in LoggerLevel.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodappend">LoggerAppender::append()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Forwards the logging event to the destination.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">assertLog</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodassertLog">Logger::assertLog()</a> in Logger.php</div>
+							<div class="index-item-description">If assertion parameter evaluates as false, then logs the message  using the ERROR level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">autoload</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAutoloader.html#methodautoload">LoggerAutoloader::autoload()</a> in LoggerAutoloader.php</div>
+							<div class="index-item-description">Loads a class.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#var$append">LoggerAppenderFile::$append</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderConsole.html#methodactivateOptions">LoggerAppenderConsole::activateOptions()</a> in LoggerAppenderConsole.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#methodactivateOptions">LoggerAppenderPDO::activateOptions()</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Setup db connection.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html#methodactivateOptions">LoggerAppenderSocket::activateOptions()</a> in LoggerAppenderSocket.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodactivateOptions">LoggerAppenderSyslog::activateOptions()</a> in LoggerAppenderSyslog.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html#methodactivateOptions">LoggerAppenderMailEvent::activateOptions()</a> in LoggerAppenderMailEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodactivateOptions">LoggerAppenderMongoDB::activateOptions()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Setup db connection.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderDailyFile.html#methodactivateOptions">LoggerAppenderDailyFile::activateOptions()</a> in LoggerAppenderDailyFile.php</div>
+							<div class="index-item-description">Similar to parent method, but but replaces &quot;%s&quot; in the file name with  the current date in format specified by the 'datePattern' parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#methodactivateOptions">LoggerAppenderFile::activateOptions()</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#methodappend">LoggerAppenderRollingFile::append()</a> in LoggerAppenderRollingFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodappend">LoggerAppenderSyslog::append()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Appends the event to syslog.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html#methodappend">LoggerAppenderSocket::append()</a> in LoggerAppenderSocket.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPhp.html#methodappend">LoggerAppenderPhp::append()</a> in LoggerAppenderPhp.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderConsole.html#methodappend">LoggerAppenderConsole::append()</a> in LoggerAppenderConsole.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderEcho.html#methodappend">LoggerAppenderEcho::append()</a> in LoggerAppenderEcho.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html#methodappend">LoggerAppenderMailEvent::append()</a> in LoggerAppenderMailEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#methodappend">LoggerAppenderFile::append()</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodappend">LoggerAppenderMongoDB::append()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Appends a new event to the mongo database.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderNull.html#methodappend">LoggerAppenderNull::append()</a> in LoggerAppenderNull.php</div>
+							<div class="index-item-description">Do nothing.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMail.html#methodappend">LoggerAppenderMail::append()</a> in LoggerAppenderMail.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">append</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#methodappend">LoggerAppenderPDO::append()</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Appends a new event to the database.</div>
+					</dd>
+			<dt class="field">
+						ADDITIVITY_PREFIX
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#constADDITIVITY_PREFIX">LoggerConfigurationAdapterINI::ADDITIVITY_PREFIX</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Prefix used for defining logger additivity.</div>
+					</dd>
+			<dt class="field">
+						APPENDER_PREFIX
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#constAPPENDER_PREFIX">LoggerConfigurationAdapterINI::APPENDER_PREFIX</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Prefix used for defining an appender.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$acceptOnMatch</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterStringMatch.html#var$acceptOnMatch">LoggerFilterStringMatch::$acceptOnMatch</a> in LoggerFilterStringMatch.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$acceptOnMatch</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelRange.html#var$acceptOnMatch">LoggerFilterLevelRange::$acceptOnMatch</a> in LoggerFilterLevelRange.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$acceptOnMatch</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelMatch.html#var$acceptOnMatch">LoggerFilterLevelMatch::$acceptOnMatch</a> in LoggerFilterLevelMatch.php</div>
+							<div class="index-item-description">Indicates if this event should be accepted or denied on match</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">addConverter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#methodaddConverter">LoggerPatternParser::addConverter()</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">addToList</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#methodaddToList">LoggerPatternParser::addToList()</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">activateOptions</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#methodactivateOptions">LoggerLayoutXml::activateOptions()</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">addRenderer</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html#methodaddRenderer">LoggerRendererMap::addRenderer()</a> in LoggerRendererMap.php</div>
+							<div class="index-item-description">Add a renderer to a hierarchy passed as parameter.</div>
+					</dd>
+		</dl>
+	<a name="b"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">b</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$body</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMail.html#var$body">LoggerAppenderMail::$body</a> in LoggerAppenderMail.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">beginsWith</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#methodbeginsWith">LoggerConfigurationAdapterINI::beginsWith()</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Helper method. Returns true if $str begins with $sub.</div>
+					</dd>
+		</dl>
+	<a name="c"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">c</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$categoryName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$categoryName">LoggerLoggingEvent::$categoryName</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">The category (logger) name.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$classes</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAutoloader.html#var$classes">LoggerAutoloader::$classes</a> in LoggerAutoloader.php</div>
+							<div class="index-item-description">Maps classnames to files containing the class.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$className</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#var$className">LoggerLocationInfo::$className</a> in LoggerLocationInfo.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$closed</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#var$closed">LoggerAppender::$closed</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Set to true when the appender is closed. A closed appender will not  accept any logging requests.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">callAppenders</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodcallAppenders">Logger::callAppenders()</a> in Logger.php</div>
+							<div class="index-item-description">Forwards the given logging event to all linked appenders.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">clear</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodclear">Logger::clear()</a> in Logger.php</div>
+							<div class="index-item-description">Clears all Logger definitions from the logger hierarchy.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">clear</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerMDC.html#methodclear">LoggerMDC::clear()</a> in LoggerMDC.php</div>
+							<div class="index-item-description">Clears the mapped diagnostic context.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">clear</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppenderPool.html#methodclear">LoggerAppenderPool::clear()</a> in LoggerAppenderPool.php</div>
+							<div class="index-item-description">Clears all appenders from the pool.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">clear</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodclear">LoggerHierarchy::clear()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Clears all loggers.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">clear</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerNDC.html#methodclear">LoggerNDC::clear()</a> in LoggerNDC.php</div>
+							<div class="index-item-description">Clear any nested diagnostic information if any. This method is useful in cases where the same thread can be potentially used over and over in different unrelated contexts.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">clearFilters</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodclearFilters">LoggerAppender::clearFilters()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Clears the filter chain by removing all the filters in it.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">close</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodclose">LoggerAppender::close()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Releases any resources allocated by the appender.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">configure</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfigurator.html#methodconfigure">LoggerConfigurator::configure()</a> in LoggerConfigurator.php</div>
+							<div class="index-item-description">Configures log4php based on the given configuration.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">configure</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodconfigure">Logger::configure()</a> in Logger.php</div>
+							<div class="index-item-description">Configures log4php.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">configure</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodconfigure">LoggerConfiguratorDefault::configure()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Configures log4php based on the given configuration. The input can  either be a path to the config file, or a PHP array holding the  configuration.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">configureAppender</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodconfigureAppender">LoggerConfiguratorDefault::configureAppender()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Configures an appender based on given config and saves it to  $appenders array so it can be later linked to loggers.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">configureLogger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodconfigureLogger">LoggerConfiguratorDefault::configureLogger()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Configures a logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">configureOtherLogger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodconfigureOtherLogger">LoggerConfiguratorDefault::configureOtherLogger()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Configures a logger which is not root.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">configureRenderer</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodconfigureRenderer">LoggerConfiguratorDefault::configureRenderer()</a> in LoggerConfiguratorDefault.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">configureRootLogger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodconfigureRootLogger">LoggerConfiguratorDefault::configureRootLogger()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Configures the root logger</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">createAppenderFilter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodcreateAppenderFilter">LoggerConfiguratorDefault::createAppenderFilter()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Parses filter config, creates the filter and adds it to the appender's  filter chain.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">createAppenderLayout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodcreateAppenderLayout">LoggerConfiguratorDefault::createAppenderLayout()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Parses layout config, creates the layout and links it to the appender.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">createObject</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerReflectionUtils.html#methodcreateObject">LoggerReflectionUtils::createObject()</a> in LoggerReflectionUtils.php</div>
+							<div class="index-item-description">Creates an instances from the given class name.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$canAppend</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#var$canAppend">LoggerAppenderMongoDB::$canAppend</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Set to true if the appender can append.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$canAppend</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#var$canAppend">LoggerAppenderPDO::$canAppend</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Set in activateOptions() and later used in append() to check if all conditions to append are true.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$collection</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#var$collection">LoggerAppenderMongoDB::$collection</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">The collection to which log is written.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$collectionName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#var$collectionName">LoggerAppenderMongoDB::$collectionName</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Name of the collection within the given database.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$connection</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#var$connection">LoggerAppenderMongoDB::$connection</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Connection to the MongoDB instance.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$createTable</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#var$createTable">LoggerAppenderPDO::$createTable</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Create the log table if it does not exists (optional).</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">close</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#methodclose">LoggerAppenderPDO::close()</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Closes the connection to the logging database</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">close</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodclose">LoggerAppenderSyslog::close()</a> in LoggerAppenderSyslog.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">close</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderEcho.html#methodclose">LoggerAppenderEcho::close()</a> in LoggerAppenderEcho.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">close</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodclose">LoggerAppenderMongoDB::close()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Closes the connection to the logging database</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">close</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#methodclose">LoggerAppenderFile::close()</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">close</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderConsole.html#methodclose">LoggerAppenderConsole::close()</a> in LoggerAppenderConsole.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">close</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMail.html#methodclose">LoggerAppenderMail::close()</a> in LoggerAppenderMail.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$config</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#var$config">LoggerConfigurationAdapterXML::$config</a> in LoggerConfigurationAdapterXML.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$config</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#var$config">LoggerConfigurationAdapterINI::$config</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Holds the configuration.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#methodconvert">LoggerConfigurationAdapterXML::convert()</a> in LoggerConfigurationAdapterXML.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#methodconvert">LoggerConfigurationAdapterINI::convert()</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Converts the provided INI configuration file to a PHP array config.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapter.html#methodconvert">LoggerConfigurationAdapter::convert()</a> in LoggerConfigurationAdapter.php</div>
+							<div class="index-item-description">Converts the configuration file to PHP format usable by the configurator.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterPHP.html#methodconvert">LoggerConfigurationAdapterPHP::convert()</a> in LoggerConfigurationAdapterPHP.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$currentLiteral</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#var$currentLiteral">LoggerPatternParser::$currentLiteral</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						CLASS_LOCATION_CONVERTER
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constCLASS_LOCATION_CONVERTER">LoggerPatternParser::CLASS_LOCATION_CONVERTER</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternConverter.html#methodconvert">LoggerPatternConverter::convert()</a> in LoggerPatternConverter.php</div>
+							<div class="index-item-description">Derived pattern converters must override this method in order to  convert conversion specifiers in the correct way.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerNamedPatternConverter.html#methodconvert">LoggerNamedPatternConverter::convert()</a> in LoggerNamedPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerMDCPatternConverter.html#methodconvert">LoggerMDCPatternConverter::convert()</a> in LoggerMDCPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerDatePatternConverter.html#methodconvert">LoggerDatePatternConverter::convert()</a> in LoggerDatePatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerBasicPatternConverter.html#methodconvert">LoggerBasicPatternConverter::convert()</a> in LoggerBasicPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerLiteralPatternConverter.html#methodconvert">LoggerLiteralPatternConverter::convert()</a> in LoggerLiteralPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">convert</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerLocationPatternConverter.html#methodconvert">LoggerLocationPatternConverter::convert()</a> in LoggerLocationPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						CONVERTER_STATE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constCONVERTER_STATE">LoggerPatternParser::CONVERTER_STATE</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$categoryPrefixing</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#var$categoryPrefixing">LoggerLayoutTTCC::$categoryPrefixing</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$contextPrinting</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#var$contextPrinting">LoggerLayoutTTCC::$contextPrinting</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						CDATA_EMBEDDED_END
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#constCDATA_EMBEDDED_END">LoggerLayoutXml::CDATA_EMBEDDED_END</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						CDATA_END
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#constCDATA_END">LoggerLayoutXml::CDATA_END</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						CDATA_PSEUDO_END
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#constCDATA_PSEUDO_END">LoggerLayoutXml::CDATA_PSEUDO_END</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						CDATA_START
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#constCDATA_START">LoggerLayoutXml::CDATA_START</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">clear</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html#methodclear">LoggerRendererMap::clear()</a> in LoggerRendererMap.php</div>
+					</dd>
+		</dl>
+	<a name="d"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">d</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$defaultConfiguration</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#var$defaultConfiguration">LoggerConfiguratorDefault::$defaultConfiguration</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Default configuration; used if no configuration file is provided.</div>
+					</dd>
+			<dt class="field">
+						DEBUG
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#constDEBUG">LoggerLevel::DEBUG</a> in LoggerLevel.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">debug</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methoddebug">Logger::debug()</a> in Logger.php</div>
+							<div class="index-item-description">Log a message object with the DEBUG level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">decide</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerFilter.html#methoddecide">LoggerFilter::decide()</a> in LoggerFilter.php</div>
+							<div class="index-item-description">Decide what to do.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">delete</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppenderPool.html#methoddelete">LoggerAppenderPool::delete()</a> in LoggerAppenderPool.php</div>
+							<div class="index-item-description">Removes an appender from the pool by name.</div>
+					</dd>
+			<dt class="field">
+						DENY
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerFilter.html#constDENY">LoggerFilter::DENY</a> in LoggerFilter.php</div>
+							<div class="index-item-description">The log event must be dropped immediately without consulting  with the remaining filters, if any, in the chain.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">doAppend</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methoddoAppend">LoggerAppender::doAppend()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Performs threshold checks and invokes filters before delegating logging  to the subclass' specific <em>append()</em> method.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">doConfigure</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methoddoConfigure">LoggerConfiguratorDefault::doConfigure()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Constructs the logger hierarchy based on configuration.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$databaseName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#var$databaseName">LoggerAppenderMongoDB::$databaseName</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Name of the database to which to log.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$datePattern</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderDailyFile.html#var$datePattern">LoggerAppenderDailyFile::$datePattern</a> in LoggerAppenderDailyFile.php</div>
+							<div class="index-item-description">Format date.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$db</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#var$db">LoggerAppenderPDO::$db</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">The PDO instance.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$dry</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html#var$dry">LoggerAppenderMailEvent::$dry</a> in LoggerAppenderMailEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$dry</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMail.html#var$dry">LoggerAppenderMail::$dry</a> in LoggerAppenderMail.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$dsn</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#var$dsn">LoggerAppenderPDO::$dsn</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">DSN string for enabling a connection.</div>
+					</dd>
+			<dt class="field">
+						DEFAULT_COLLECTION_NAME
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#constDEFAULT_COLLECTION_NAME">LoggerAppenderMongoDB::DEFAULT_COLLECTION_NAME</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Default value for $collectionName</div>
+					</dd>
+			<dt class="field">
+						DEFAULT_DB_NAME
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#constDEFAULT_DB_NAME">LoggerAppenderMongoDB::DEFAULT_DB_NAME</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Default value for $databaseName</div>
+					</dd>
+			<dt class="field">
+						DEFAULT_MONGO_HOST
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#constDEFAULT_MONGO_HOST">LoggerAppenderMongoDB::DEFAULT_MONGO_HOST</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Default value for $host, without a prefix.</div>
+					</dd>
+			<dt class="field">
+						DEFAULT_MONGO_PORT
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#constDEFAULT_MONGO_PORT">LoggerAppenderMongoDB::DEFAULT_MONGO_PORT</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Default value for $port</div>
+					</dd>
+			<dt class="field">
+						DEFAULT_MONGO_URL_PREFIX
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#constDEFAULT_MONGO_URL_PREFIX">LoggerAppenderMongoDB::DEFAULT_MONGO_URL_PREFIX</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Default prefix for the $host.</div>
+					</dd>
+			<dt class="field">
+						DEFAULT_TIMEOUT_VALUE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#constDEFAULT_TIMEOUT_VALUE">LoggerAppenderMongoDB::DEFAULT_TIMEOUT_VALUE</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Default value for $timeout</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">decide</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterStringMatch.html#methoddecide">LoggerFilterStringMatch::decide()</a> in LoggerFilterStringMatch.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">decide</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelRange.html#methoddecide">LoggerFilterLevelRange::decide()</a> in LoggerFilterLevelRange.php</div>
+							<div class="index-item-description">Return the decision of this filter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">decide</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelMatch.html#methoddecide">LoggerFilterLevelMatch::decide()</a> in LoggerFilterLevelMatch.php</div>
+							<div class="index-item-description">Return the decision of this filter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">decide</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterDenyAll.html#methoddecide">LoggerFilterDenyAll::decide()</a> in LoggerFilterDenyAll.php</div>
+							<div class="index-item-description">Always returns the integer constant <a href="log4php/LoggerFilter.html#constDENY">LoggerFilter::DENY</a>  regardless of the <a href="log4php/LoggerLoggingEvent.html">LoggerLoggingEvent</a> parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$df</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerDatePatternConverter.html#var$df">LoggerDatePatternConverter::$df</a> in LoggerDatePatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						DATE_FORMAT_ABSOLUTE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constDATE_FORMAT_ABSOLUTE">LoggerPatternParser::DATE_FORMAT_ABSOLUTE</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						DATE_FORMAT_DATE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constDATE_FORMAT_DATE">LoggerPatternParser::DATE_FORMAT_DATE</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						DATE_FORMAT_ISO8601
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constDATE_FORMAT_ISO8601">LoggerPatternParser::DATE_FORMAT_ISO8601</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						DELIM_START
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#constDELIM_START">LoggerOptionConverter::DELIM_START</a> in LoggerOptionConverter.php</div>
+					</dd>
+			<dt class="field">
+						DELIM_START_LEN
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#constDELIM_START_LEN">LoggerOptionConverter::DELIM_START_LEN</a> in LoggerOptionConverter.php</div>
+					</dd>
+			<dt class="field">
+						DELIM_STOP
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#constDELIM_STOP">LoggerOptionConverter::DELIM_STOP</a> in LoggerOptionConverter.php</div>
+					</dd>
+			<dt class="field">
+						DELIM_STOP_LEN
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#constDELIM_STOP_LEN">LoggerOptionConverter::DELIM_STOP_LEN</a> in LoggerOptionConverter.php</div>
+					</dd>
+			<dt class="field">
+						DOT_STATE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constDOT_STATE">LoggerPatternParser::DOT_STATE</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">dump</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerFormattingInfo.html#methoddump">LoggerFormattingInfo::dump()</a> in LoggerFormattingInfo.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$dateFormat</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#var$dateFormat">LoggerLayoutTTCC::$dateFormat</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						DEFAULT_CONVERSION_PATTERN
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutPattern.html#constDEFAULT_CONVERSION_PATTERN">LoggerLayoutPattern::DEFAULT_CONVERSION_PATTERN</a> in LoggerLayoutPattern.php</div>
+							<div class="index-item-description">Default conversion Pattern</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$defaultRenderer</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html#var$defaultRenderer">LoggerRendererMap::$defaultRenderer</a> in LoggerRendererMap.php</div>
+					</dd>
+		</dl>
+	<a name="e"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">e</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="method-title">equals</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodequals">LoggerLevel::equals()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Compares two logger levels.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">error</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methoderror">Logger::error()</a> in Logger.php</div>
+							<div class="index-item-description">Log a message object with the ERROR level.</div>
+					</dd>
+			<dt class="field">
+						ERROR
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#constERROR">LoggerLevel::ERROR</a> in LoggerLevel.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">exists</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppenderPool.html#methodexists">LoggerAppenderPool::exists()</a> in LoggerAppenderPool.php</div>
+							<div class="index-item-description">Checks whether an appender exists in the pool.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">exists</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodexists">Logger::exists()</a> in Logger.php</div>
+							<div class="index-item-description">check if a given logger exists.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">exists</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodexists">LoggerHierarchy::exists()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Check if the named logger exists in the hierarchy.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$expandedFileName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#var$expandedFileName">LoggerAppenderRollingFile::$expandedFileName</a> in LoggerAppenderRollingFile.php</div>
+					</dd>
+			<dt class="field">
+						ESCAPE_CHAR
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constESCAPE_CHAR">LoggerPatternParser::ESCAPE_CHAR</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">extractOption</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#methodextractOption">LoggerPatternParser::extractOption()</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">extractPrecisionOption</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#methodextractPrecisionOption">LoggerPatternParser::extractPrecisionOption()</a> in LoggerPatternParser.php</div>
+							<div class="index-item-description">The option is expected to be in decimal and positive. In case of  error, zero is returned.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">encodeCDATA</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#methodencodeCDATA">LoggerLayoutXml::encodeCDATA()</a> in LoggerLayoutXml.php</div>
+							<div class="index-item-description">Encases a string in CDATA tags, and escapes any existing CDATA end  tags already present in the string.</div>
+					</dd>
+		</dl>
+	<a name="f"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">f</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$fileName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#var$fileName">LoggerLocationInfo::$fileName</a> in LoggerLocationInfo.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$filter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#var$filter">LoggerAppender::$filter</a> in LoggerAppender.php</div>
+							<div class="index-item-description">The first filter in the filter chain.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$fqcn</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$fqcn">LoggerLoggingEvent::$fqcn</a> in LoggerLoggingEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$fqcn</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#var$fqcn">Logger::$fqcn</a> in Logger.php</div>
+							<div class="index-item-description">The Logger's fully qualified class name.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$fullInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#var$fullInfo">LoggerLocationInfo::$fullInfo</a> in LoggerLocationInfo.php</div>
+					</dd>
+			<dt class="field">
+						FATAL
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#constFATAL">LoggerLevel::FATAL</a> in LoggerLevel.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">fatal</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodfatal">Logger::fatal()</a> in Logger.php</div>
+							<div class="index-item-description">Log a message object with the FATAL level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">forcedLog</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodforcedLog">Logger::forcedLog()</a> in Logger.php</div>
+							<div class="index-item-description">This method creates a new logging event and logs the event without  further checks.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLayout.html#methodformat">LoggerLayout::format()</a> in LoggerLayout.php</div>
+							<div class="index-item-description">Override this method to create your own layout format.</div>
+					</dd>
+			<dt class="field">
+						FORMAT_INI
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#constFORMAT_INI">LoggerConfiguratorDefault::FORMAT_INI</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">INI (properties) configuration file format.</div>
+					</dd>
+			<dt class="field">
+						FORMAT_PHP
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#constFORMAT_PHP">LoggerConfiguratorDefault::FORMAT_PHP</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">PHP configuration file format.</div>
+					</dd>
+			<dt class="field">
+						FORMAT_XML
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#constFORMAT_XML">LoggerConfiguratorDefault::FORMAT_XML</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">XML configuration file format.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$facility</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#var$facility">LoggerAppenderSyslog::$facility</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">The facility value indicates the source of the message.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$file</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#var$file">LoggerAppenderFile::$file</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$firstAppend</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderEcho.html#var$firstAppend">LoggerAppenderEcho::$firstAppend</a> in LoggerAppenderEcho.php</div>
+							<div class="index-item-description">boolean used internally to mark first append</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$fp</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderConsole.html#var$fp">LoggerAppenderConsole::$fp</a> in LoggerAppenderConsole.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$fp</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#var$fp">LoggerAppenderFile::$fp</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$from</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMail.html#var$from">LoggerAppenderMail::$from</a> in LoggerAppenderMail.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$from</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html#var$from">LoggerAppenderMailEvent::$from</a> in LoggerAppenderMailEvent.php</div>
+							<div class="index-item-description">'from' field (defaults to 'sendmail_from' from php.ini on win32).</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodformat">LoggerAppenderMongoDB::format()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Converts the logging event into an array which can be logged to mongodb.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">formatThrowable</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodformatThrowable">LoggerAppenderMongoDB::formatThrowable()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Converts an Exception into an array which can be logged to mongodb.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$falseValues</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#var$falseValues">LoggerOptionConverter::$falseValues</a> in LoggerOptionConverter.php</div>
+							<div class="index-item-description">String values which are converted to boolean FALSE.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$formattingInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#var$formattingInfo">LoggerPatternParser::$formattingInfo</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						FILE_LOCATION_CONVERTER
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constFILE_LOCATION_CONVERTER">LoggerPatternParser::FILE_LOCATION_CONVERTER</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">finalizeConverter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#methodfinalizeConverter">LoggerPatternParser::finalizeConverter()</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">findAndSubst</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#methodfindAndSubst">LoggerOptionConverter::findAndSubst()</a> in LoggerOptionConverter.php</div>
+							<div class="index-item-description">Find the value corresponding to <var>$key</var> in  <var>$props</var>. Then perform variable substitution on the  found value.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternConverter.html#methodformat">LoggerPatternConverter::format()</a> in LoggerPatternConverter.php</div>
+							<div class="index-item-description">A template method for formatting in a converter specific way.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerLiteralPatternConverter.html#methodformat">LoggerLiteralPatternConverter::format()</a> in LoggerLiteralPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						FULL_LOCATION_CONVERTER
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constFULL_LOCATION_CONVERTER">LoggerPatternParser::FULL_LOCATION_CONVERTER</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodformat">LoggerLayoutTTCC::format()</a> in LoggerLayoutTTCC.php</div>
+							<div class="index-item-description">In addition to the level of the statement and message, the returned string includes time, thread, category.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#methodformat">LoggerLayoutXml::format()</a> in LoggerLayoutXml.php</div>
+							<div class="index-item-description">Formats a <a href="log4php/LoggerLoggingEvent.html">LoggerLoggingEvent</a> in conformance with the log4php.dtd.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutSimple.html#methodformat">LoggerLayoutSimple::format()</a> in LoggerLayoutSimple.php</div>
+							<div class="index-item-description">Returns the log statement in a format consisting of the</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutSerialized.html#methodformat">LoggerLayoutSerialized::format()</a> in LoggerLayoutSerialized.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html#methodformat">LoggerLayoutHtml::format()</a> in LoggerLayoutHtml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">format</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutPattern.html#methodformat">LoggerLayoutPattern::format()</a> in LoggerLayoutPattern.php</div>
+							<div class="index-item-description">Produces a formatted string as specified by the conversion pattern.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">formatToArray</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutPattern.html#methodformatToArray">LoggerLayoutPattern::formatToArray()</a> in LoggerLayoutPattern.php</div>
+							<div class="index-item-description">Returns an array with the formatted elements.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">findAndRender</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html#methodfindAndRender">LoggerRendererMap::findAndRender()</a> in LoggerRendererMap.php</div>
+							<div class="index-item-description">Find the appropriate renderer for the class type of the  <var>o</var> parameter.</div>
+					</dd>
+		</dl>
+	<a name="g"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">g</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="method-title">get</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerMDC.html#methodget">LoggerMDC::get()</a> in LoggerMDC.php</div>
+							<div class="index-item-description">Returns the context value identified by the key parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">get</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppenderPool.html#methodget">LoggerAppenderPool::get()</a> in LoggerAppenderPool.php</div>
+							<div class="index-item-description">Retrieves an appender from the pool by name.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">get</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerNDC.html#methodget">LoggerNDC::get()</a> in LoggerNDC.php</div>
+							<div class="index-item-description">Never use this method directly, use the <a href="log4php/LoggerLoggingEvent.html#methodgetNDC">LoggerLoggingEvent::getNDC()</a> method instead.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getAdditivity</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetAdditivity">Logger::getAdditivity()</a> in Logger.php</div>
+							<div class="index-item-description">Returns the additivity flag.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getAllAppenders</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetAllAppenders">Logger::getAllAppenders()</a> in Logger.php</div>
+							<div class="index-item-description">Returns the appenders linked to this logger as an array.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getAppender</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetAppender">Logger::getAppender()</a> in Logger.php</div>
+							<div class="index-item-description">Returns a linked appender by name.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getAppenders</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppenderPool.html#methodgetAppenders">LoggerAppenderPool::getAppenders()</a> in LoggerAppenderPool.php</div>
+							<div class="index-item-description">Returns all appenders from the pool.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getChainedLevel</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerRoot.html#methodgetChainedLevel">LoggerRoot::getChainedLevel()</a> in LoggerRoot.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getClassName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#methodgetClassName">LoggerLocationInfo::getClassName()</a> in LoggerLocationInfo.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getConfigType</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodgetConfigType">LoggerConfiguratorDefault::getConfigType()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Determines configuration file type based on the file extension.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getConfigurator</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetConfigurator">Logger::getConfigurator()</a> in Logger.php</div>
+							<div class="index-item-description">Creates a logger configurator instance based on the provided  configurator class. If no class is given, returns an instance of  the default configurator.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getContentType</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLayout.html#methodgetContentType">LoggerLayout::getContentType()</a> in LoggerLayout.php</div>
+							<div class="index-item-description">Returns the content type output by this layout.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getCurrentLoggers</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodgetCurrentLoggers">LoggerHierarchy::getCurrentLoggers()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Returns all the currently defined loggers in this hierarchy as an array.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getCurrentLoggers</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetCurrentLoggers">Logger::getCurrentLoggers()</a> in Logger.php</div>
+							<div class="index-item-description">Returns an array this whole Logger instances.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getDefaultConfiguration</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodgetDefaultConfiguration">LoggerConfiguratorDefault::getDefaultConfiguration()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Returns the default log4php configuration.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getDefaultLayout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodgetDefaultLayout">LoggerAppender::getDefaultLayout()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Returns the default layout for this appender. Can be overriden by  derived appenders.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getDepth</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerNDC.html#methodgetDepth">LoggerNDC::getDepth()</a> in LoggerNDC.php</div>
+							<div class="index-item-description">Get the current nesting depth of this diagnostic context.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getEffectiveLevel</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetEffectiveLevel">Logger::getEffectiveLevel()</a> in Logger.php</div>
+							<div class="index-item-description">Starting from this Logger, search the Logger hierarchy for a non-null level and return it.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFileName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#methodgetFileName">LoggerLocationInfo::getFileName()</a> in LoggerLocationInfo.php</div>
+							<div class="index-item-description">Return the file name of the caller.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFilter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodgetFilter">LoggerAppender::getFilter()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Returns the first filter in the filter chain.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFirstFilter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodgetFirstFilter">LoggerAppender::getFirstFilter()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Returns the first filter in the filter chain.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFooter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLayout.html#methodgetFooter">LoggerLayout::getFooter()</a> in LoggerLayout.php</div>
+							<div class="index-item-description">Returns the footer for the layout format.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFullInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#methodgetFullInfo">LoggerLocationInfo::getFullInfo()</a> in LoggerLocationInfo.php</div>
+							<div class="index-item-description">Returns the full information of the caller.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFullQualifiedClassname</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetFullQualifiedClassname">LoggerLoggingEvent::getFullQualifiedClassname()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Returns the full qualified classname.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getHeader</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLayout.html#methodgetHeader">LoggerLayout::getHeader()</a> in LoggerLayout.php</div>
+							<div class="index-item-description">Returns the header for the layout format.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getHierarchy</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetHierarchy">Logger::getHierarchy()</a> in Logger.php</div>
+							<div class="index-item-description">Returns the hierarchy used by this Logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLayout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodgetLayout">LoggerAppender::getLayout()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Returns the appender layout.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevel</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetLevel">Logger::getLevel()</a> in Logger.php</div>
+							<div class="index-item-description">Get the assigned Logger level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevel</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetLevel">LoggerLoggingEvent::getLevel()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Return the level of this event. Use this form instead of directly  accessing the $level field.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevelAll</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodgetLevelAll">LoggerLevel::getLevelAll()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns an All Level</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevelDebug</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodgetLevelDebug">LoggerLevel::getLevelDebug()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns a Debug Level</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevelError</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodgetLevelError">LoggerLevel::getLevelError()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns an Error Level</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevelFatal</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodgetLevelFatal">LoggerLevel::getLevelFatal()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns a Fatal Level</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevelInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodgetLevelInfo">LoggerLevel::getLevelInfo()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns an Info Level</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevelOff</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodgetLevelOff">LoggerLevel::getLevelOff()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns an Off Level</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevelTrace</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodgetLevelTrace">LoggerLevel::getLevelTrace()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns a Trace Level</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLevelWarn</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodgetLevelWarn">LoggerLevel::getLevelWarn()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns a Warn Level</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLineNumber</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#methodgetLineNumber">LoggerLocationInfo::getLineNumber()</a> in LoggerLocationInfo.php</div>
+							<div class="index-item-description">Returns the line number of the caller.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLocationInformation</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetLocationInformation">LoggerLoggingEvent::getLocationInformation()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Set the location information for this logging event. The collected information is cached for future use.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLogger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodgetLogger">LoggerHierarchy::getLogger()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Returns a named logger instance logger. If it doesn't exist, one is created.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLogger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetLogger">Logger::getLogger()</a> in Logger.php</div>
+							<div class="index-item-description">Returns a Logger by name. If it does not exist, it will be created.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLoggerName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetLoggerName">LoggerLoggingEvent::getLoggerName()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Return the name of the logger. Use this form instead of directly  accessing the $categoryName field.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getMap</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerMDC.html#methodgetMap">LoggerMDC::getMap()</a> in LoggerMDC.php</div>
+							<div class="index-item-description">Returns the contex map as an array.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getMDC</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetMDC">LoggerLoggingEvent::getMDC()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Returns the the context corresponding to the <div class="src-code"><ol><li><div class="src-line"><a href="http://www.php.net/key">key</a></div></li>
+</ol></div>  parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getMDCMap</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetMDCMap">LoggerLoggingEvent::getMDCMap()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Returns the entire MDC context.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getMessage</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetMessage">LoggerLoggingEvent::getMessage()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Return the message for this logging event.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getMethodName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#methodgetMethodName">LoggerLocationInfo::getMethodName()</a> in LoggerLocationInfo.php</div>
+							<div class="index-item-description">Returns the method name of the caller.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodgetName">LoggerAppender::getName()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Retruns the appender name.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetName">Logger::getName()</a> in Logger.php</div>
+							<div class="index-item-description">Returns the logger name.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getNDC</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetNDC">LoggerLoggingEvent::getNDC()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">This method returns the NDC for this event. It will return the  correct content even if the event was generated in a different  thread or even on a different machine. The <a href="log4php/LoggerNDC.html#methodget">LoggerNDC::get()</a> method  should <strong>never</strong> be called directly.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getNext</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerFilter.html#methodgetNext">LoggerFilter::getNext()</a> in LoggerFilter.php</div>
+							<div class="index-item-description">Returns the next filter in this chain</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getParent</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetParent">Logger::getParent()</a> in Logger.php</div>
+							<div class="index-item-description">Returns the parent Logger. Can be null if this is the root logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getRenderedMessage</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetRenderedMessage">LoggerLoggingEvent::getRenderedMessage()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Render message.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getRendererMap</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodgetRendererMap">LoggerHierarchy::getRendererMap()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Returns the logger renderer map.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getRootLogger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodgetRootLogger">LoggerHierarchy::getRootLogger()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Returns the root logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getRootLogger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodgetRootLogger">Logger::getRootLogger()</a> in Logger.php</div>
+							<div class="index-item-description">Returns the Root Logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getStartTime</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetStartTime">LoggerLoggingEvent::getStartTime()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Returns the time when the application started, as a UNIX timestamp  with microseconds.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getStringRepresentation</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerThrowableInformation.html#methodgetStringRepresentation">LoggerThrowableInformation::getStringRepresentation()</a> in LoggerThrowableInformation.php</div>
+							<div class="index-item-description">Returns string representation of throwable</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getSyslogEquivalent</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodgetSyslogEquivalent">LoggerLevel::getSyslogEquivalent()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Return the syslog equivalent of this priority as an integer.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getThreadName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetThreadName">LoggerLoggingEvent::getThreadName()</a> in LoggerLoggingEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getThreshold</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodgetThreshold">LoggerAppender::getThreshold()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Returns the appender's threshold level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getThreshold</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodgetThreshold">LoggerHierarchy::getThreshold()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Returns the main threshold level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getThrowable</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerThrowableInformation.html#methodgetThrowable">LoggerThrowableInformation::getThrowable()</a> in LoggerThrowableInformation.php</div>
+							<div class="index-item-description">Return source exception</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getThrowableInformation</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetThrowableInformation">LoggerLoggingEvent::getThrowableInformation()</a> in LoggerLoggingEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getTime</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetTime">LoggerLoggingEvent::getTime()</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Calculates the time of this event.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getTimeStamp</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#methodgetTimeStamp">LoggerLoggingEvent::getTimeStamp()</a> in LoggerLoggingEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getAppend</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#methodgetAppend">LoggerAppenderFile::getAppend()</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getCollection</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodgetCollection">LoggerAppenderMongoDB::getCollection()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Returns the active mongodb collection.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getCollectionName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodgetCollectionName">LoggerAppenderMongoDB::getCollectionName()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Returns the value of $collectionName parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getConnection</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodgetConnection">LoggerAppenderMongoDB::getConnection()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Returns the mongodb connection.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getDatabaseHandle</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#methodgetDatabaseHandle">LoggerAppenderPDO::getDatabaseHandle()</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Sometimes databases allow only one connection to themselves in one thread.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getDatabaseName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodgetDatabaseName">LoggerAppenderMongoDB::getDatabaseName()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Returns the value of $databaseName parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getDatePattern</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderDailyFile.html#methodgetDatePattern">LoggerAppenderDailyFile::getDatePattern()</a> in LoggerAppenderDailyFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getDefaultLayout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html#methodgetDefaultLayout">LoggerAppenderSocket::getDefaultLayout()</a> in LoggerAppenderSocket.php</div>
+							<div class="index-item-description">Override the default layout to use serialized.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getExpandedFileName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#methodgetExpandedFileName">LoggerAppenderRollingFile::getExpandedFileName()</a> in LoggerAppenderRollingFile.php</div>
+							<div class="index-item-description">Returns the value of the MaxBackupIndex option.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFacility</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodgetFacility">LoggerAppenderSyslog::getFacility()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Returns the $facility.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFile</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#methodgetFile">LoggerAppenderFile::getFile()</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFileName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html#methodgetFileName">LoggerAppenderFile::getFileName()</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getHost</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodgetHost">LoggerAppenderMongoDB::getHost()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Returns the value of $host parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getHtmlLineBreaks</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderEcho.html#methodgetHtmlLineBreaks">LoggerAppenderEcho::getHtmlLineBreaks()</a> in LoggerAppenderEcho.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getIdent</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodgetIdent">LoggerAppenderSyslog::getIdent()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Returns the $ident.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getMaxBackupIndex</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#methodgetMaxBackupIndex">LoggerAppenderRollingFile::getMaxBackupIndex()</a> in LoggerAppenderRollingFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getMaxFileSize</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#methodgetMaxFileSize">LoggerAppenderRollingFile::getMaxFileSize()</a> in LoggerAppenderRollingFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getMaximumFileSize</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#methodgetMaximumFileSize">LoggerAppenderRollingFile::getMaximumFileSize()</a> in LoggerAppenderRollingFile.php</div>
+							<div class="index-item-description">Get the maximum size that the output file is allowed to reach  before being rolled over to backup files.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getOption</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodgetOption">LoggerAppenderSyslog::getOption()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Returns the $option.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getOverridePriority</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodgetOverridePriority">LoggerAppenderSyslog::getOverridePriority()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Returns the $overridePriority.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getPassword</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodgetPassword">LoggerAppenderMongoDB::getPassword()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Returns the value of $password parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getPort</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodgetPort">LoggerAppenderMongoDB::getPort()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Returns the value of $port parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getPort</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html#methodgetPort">LoggerAppenderSocket::getPort()</a> in LoggerAppenderSocket.php</div>
+							<div class="index-item-description">Returns the target port.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getPriority</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodgetPriority">LoggerAppenderSyslog::getPriority()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Returns the $priority.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getRemoteHost</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html#methodgetRemoteHost">LoggerAppenderSocket::getRemoteHost()</a> in LoggerAppenderSocket.php</div>
+							<div class="index-item-description">Returns the target host.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getSyslogPriority</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#methodgetSyslogPriority">LoggerAppenderSyslog::getSyslogPriority()</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Determines which syslog priority to use based on the given level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getTarget</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderConsole.html#methodgetTarget">LoggerAppenderConsole::getTarget()</a> in LoggerAppenderConsole.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getTimeout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodgetTimeout">LoggerAppenderMongoDB::getTimeout()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Returns the value of $timeout parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getTimeout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html#methodgetTimeout">LoggerAppenderSocket::getTimeout()</a> in LoggerAppenderSocket.php</div>
+							<div class="index-item-description">Returns the timeout</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getUserName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#methodgetUserName">LoggerAppenderMongoDB::getUserName()</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Returns the value of $userName parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getAttributeValue</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#methodgetAttributeValue">LoggerConfigurationAdapterXML::getAttributeValue()</a> in LoggerConfigurationAdapterXML.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFullyQualifiedName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerNamedPatternConverter.html#methodgetFullyQualifiedName">LoggerNamedPatternConverter::getFullyQualifiedName()</a> in LoggerNamedPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFullyQualifiedName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerClassNamePatternConverter.html#methodgetFullyQualifiedName">LoggerClassNamePatternConverter::getFullyQualifiedName()</a> in LoggerClassNamePatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFullyQualifiedName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerCategoryPatternConverter.html#methodgetFullyQualifiedName">LoggerCategoryPatternConverter::getFullyQualifiedName()</a> in LoggerCategoryPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getSystemProperty</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html#methodgetSystemProperty">LoggerOptionConverter::getSystemProperty()</a> in LoggerOptionConverter.php</div>
+							<div class="index-item-description">Read a predefined var.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getCategoryPrefixing</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodgetCategoryPrefixing">LoggerLayoutTTCC::getCategoryPrefixing()</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getContentType</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html#methodgetContentType">LoggerLayoutHtml::getContentType()</a> in LoggerLayoutHtml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getContextPrinting</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodgetContextPrinting">LoggerLayoutTTCC::getContextPrinting()</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getDateFormat</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodgetDateFormat">LoggerLayoutTTCC::getDateFormat()</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFooter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#methodgetFooter">LoggerLayoutXml::getFooter()</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getFooter</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html#methodgetFooter">LoggerLayoutHtml::getFooter()</a> in LoggerLayoutHtml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getHeader</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html#methodgetHeader">LoggerLayoutHtml::getHeader()</a> in LoggerLayoutHtml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getHeader</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#methodgetHeader">LoggerLayoutXml::getHeader()</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLocationInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutSerialized.html#methodgetLocationInfo">LoggerLayoutSerialized::getLocationInfo()</a> in LoggerLayoutSerialized.php</div>
+							<div class="index-item-description">Returns the location information flag.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLocationInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#methodgetLocationInfo">LoggerLayoutXml::getLocationInfo()</a> in LoggerLayoutXml.php</div>
+							<div class="index-item-description">Whether or not file name and line number will be included in the output.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLocationInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html#methodgetLocationInfo">LoggerLayoutHtml::getLocationInfo()</a> in LoggerLayoutHtml.php</div>
+							<div class="index-item-description">Returns the current value of the <strong>LocationInfo</strong> option.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getLog4jNamespace</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#methodgetLog4jNamespace">LoggerLayoutXml::getLog4jNamespace()</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getMicroSecondsPrinting</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodgetMicroSecondsPrinting">LoggerLayoutTTCC::getMicroSecondsPrinting()</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getThreadPrinting</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodgetThreadPrinting">LoggerLayoutTTCC::getThreadPrinting()</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getTitle</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html#methodgetTitle">LoggerLayoutHtml::getTitle()</a> in LoggerLayoutHtml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getByClassName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html#methodgetByClassName">LoggerRendererMap::getByClassName()</a> in LoggerRendererMap.php</div>
+							<div class="index-item-description">Search the parents of <var>clazz</var> for a renderer.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">getByObject</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html#methodgetByObject">LoggerRendererMap::getByObject()</a> in LoggerRendererMap.php</div>
+							<div class="index-item-description">Syntactic sugar method that calls <a href="http://www.php.net/get_class">http://www.php.net/get_class</a> with the  class of the object parameter.</div>
+					</dd>
+		</dl>
+	<a name="h"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">h</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$hierarchy</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#var$hierarchy">Logger::$hierarchy</a> in Logger.php</div>
+							<div class="index-item-description">The logger hierarchy used by log4php.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$host</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html#var$host">LoggerAppenderMongoDB::$host</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Server on which mongodb instance is located.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$htmlLineBreaks</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderEcho.html#var$htmlLineBreaks">LoggerAppenderEcho::$htmlLineBreaks</a> in LoggerAppenderEcho.php</div>
+							<div class="index-item-description">If set to true, a <br /> element will be inserted before each line</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$head</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#var$head">LoggerPatternParser::$head</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$head</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutPattern.html#var$head">LoggerLayoutPattern::$head</a> in LoggerLayoutPattern.php</div>
+							<div class="index-item-description">Head of a chain of Converters.</div>
+					</dd>
+		</dl>
+	<a name="i"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">i</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$initialized</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#var$initialized">Logger::$initialized</a> in Logger.php</div>
+							<div class="index-item-description">Inidicates if log4php has been initialized</div>
+					</dd>
+			<dt class="field">
+						INFO
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#constINFO">LoggerLevel::INFO</a> in LoggerLevel.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">info</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodinfo">Logger::info()</a> in Logger.php</div>
+							<div class="index-item-description">Log a message object with the INFO Level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isAsSevereAsThreshold</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#methodisAsSevereAsThreshold">LoggerAppender::isAsSevereAsThreshold()</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Checks whether the message level is below the appender's threshold.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isAttached</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodisAttached">Logger::isAttached()</a> in Logger.php</div>
+							<div class="index-item-description">Checks whether an appender is attached to this logger instance.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isDebugEnabled</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodisDebugEnabled">Logger::isDebugEnabled()</a> in Logger.php</div>
+							<div class="index-item-description">Check whether this Logger is enabled for the DEBUG Level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isDisabled</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#methodisDisabled">LoggerHierarchy::isDisabled()</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Returns true if the hierarchy is disabled for given log level and false  otherwise.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isEnabledFor</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodisEnabledFor">Logger::isEnabledFor()</a> in Logger.php</div>
+							<div class="index-item-description">Check whether this Logger is enabled for a given Level passed as parameter.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isErrorEnabled</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodisErrorEnabled">Logger::isErrorEnabled()</a> in Logger.php</div>
+							<div class="index-item-description">Check whether this Logger is enabled for the ERROR Level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isFatalEnabled</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodisFatalEnabled">Logger::isFatalEnabled()</a> in Logger.php</div>
+							<div class="index-item-description">Check whether this Logger is enabled for the FATAL Level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isGreaterOrEqual</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#methodisGreaterOrEqual">LoggerLevel::isGreaterOrEqual()</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Returns <em>true</em> if this level has a higher or equal  level than the level passed as argument, <em>false</em>  otherwise.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isInfoEnabled</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodisInfoEnabled">Logger::isInfoEnabled()</a> in Logger.php</div>
+							<div class="index-item-description">Check whether this Logger is enabled for the INFO Level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isInitialized</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodisInitialized">Logger::isInitialized()</a> in Logger.php</div>
+							<div class="index-item-description">Returns true if the log4php framework has been initialized.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isTraceEnabled</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodisTraceEnabled">Logger::isTraceEnabled()</a> in Logger.php</div>
+							<div class="index-item-description">Check whether this Logger is enabled for the TRACE Level.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">isWarnEnabled</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodisWarnEnabled">Logger::isWarnEnabled()</a> in Logger.php</div>
+							<div class="index-item-description">Check whether this Logger is enabled for the WARN Level.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$ident</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#var$ident">LoggerAppenderSyslog::$ident</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">The ident string is added to each message. Typically the name of your application.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$insertPattern</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#var$insertPattern">LoggerAppenderPDO::$insertPattern</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">A comma separated list of LoggerPatternLayout format strings that replace the &quot;?&quot; in $sql.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$insertSql</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html#var$insertSql">LoggerAppenderPDO::$insertSql</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Can be set to a complete insert statement with ? that are replaced using insertPattern.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$intFacility</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#var$intFacility">LoggerAppenderSyslog::$intFacility</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Holds the int value of the $facility.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$intOption</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#var$intOption">LoggerAppenderSyslog::$intOption</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Holds the int value of the $option.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$intPriority</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#var$intPriority">LoggerAppenderSyslog::$intPriority</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Holds the int value of the $priority.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$i</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#var$i">LoggerPatternParser::$i</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">ignoresThrowable</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#methodignoresThrowable">LoggerLayoutTTCC::ignoresThrowable()</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+		</dl>
+	<a name="k"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">k</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$key</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerMDCPatternConverter.html#var$key">LoggerMDCPatternConverter::$key</a> in LoggerMDCPatternConverter.php</div>
+					</dd>
+		</dl>
+	<a name="l"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">l</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$layout</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#var$layout">LoggerAppender::$layout</a> in LoggerAppender.php</div>
+							<div class="index-item-description">The appender's layout. Can be null if the appender does not use  a layout.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$level</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$level">LoggerLoggingEvent::$level</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Level of the logging event.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$level</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#var$level">Logger::$level</a> in Logger.php</div>
+							<div class="index-item-description">The assigned Logger level.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$level</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#var$level">LoggerLevel::$level</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Integer level value.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$levelMap</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#var$levelMap">LoggerLevel::$levelMap</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Contains a list of instantiated levels.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$levelStr</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#var$levelStr">LoggerLevel::$levelStr</a> in LoggerLevel.php</div>
+							<div class="index-item-description">String representation of the level.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$lineNumber</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#var$lineNumber">LoggerLocationInfo::$lineNumber</a> in LoggerLocationInfo.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$locationInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$locationInfo">LoggerLoggingEvent::$locationInfo</a> in LoggerLoggingEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$logger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$logger">LoggerLoggingEvent::$logger</a> in LoggerLoggingEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$logger</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerThrowableInformation.html#var$logger">LoggerThrowableInformation::$logger</a> in LoggerThrowableInformation.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$loggers</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html#var$loggers">LoggerHierarchy::$loggers</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">Array holding all Logger instances.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderConsole.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderConsole.php.html">LoggerAppenderConsole.php</a> in LoggerAppenderConsole.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderDailyFile.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderDailyFile.php.html">LoggerAppenderDailyFile.php</a> in LoggerAppenderDailyFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderEcho.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderEcho.php.html">LoggerAppenderEcho.php</a> in LoggerAppenderEcho.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderFile.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderFile.php.html">LoggerAppenderFile.php</a> in LoggerAppenderFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderMail.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderMail.php.html">LoggerAppenderMail.php</a> in LoggerAppenderMail.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderMailEvent.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderMailEvent.php.html">LoggerAppenderMailEvent.php</a> in LoggerAppenderMailEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderMongoDB.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderMongoDB.php.html">LoggerAppenderMongoDB.php</a> in LoggerAppenderMongoDB.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderNull.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderNull.php.html">LoggerAppenderNull.php</a> in LoggerAppenderNull.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderPDO.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderPDO.php.html">LoggerAppenderPDO.php</a> in LoggerAppenderPDO.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderPhp.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderPhp.php.html">LoggerAppenderPhp.php</a> in LoggerAppenderPhp.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderRollingFile.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderRollingFile.php.html">LoggerAppenderRollingFile.php</a> in LoggerAppenderRollingFile.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderSocket.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderSocket.php.html">LoggerAppenderSocket.php</a> in LoggerAppenderSocket.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderSyslog.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_appenders---LoggerAppenderSyslog.php.html">LoggerAppenderSyslog.php</a> in LoggerAppenderSyslog.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerConfigurationAdapter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_configurators---LoggerConfigurationAdapter.php.html">LoggerConfigurationAdapter.php</a> in LoggerConfigurationAdapter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerConfigurationAdapterINI.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_configurators---LoggerConfigurationAdapterINI.php.html">LoggerConfigurationAdapterINI.php</a> in LoggerConfigurationAdapterINI.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerConfigurationAdapterPHP.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_configurators---LoggerConfigurationAdapterPHP.php.html">LoggerConfigurationAdapterPHP.php</a> in LoggerConfigurationAdapterPHP.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerConfigurationAdapterXML.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_configurators---LoggerConfigurationAdapterXML.php.html">LoggerConfigurationAdapterXML.php</a> in LoggerConfigurationAdapterXML.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerConfiguratorDefault.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_configurators---LoggerConfiguratorDefault.php.html">LoggerConfiguratorDefault.php</a> in LoggerConfiguratorDefault.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerFilterDenyAll.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_filters---LoggerFilterDenyAll.php.html">LoggerFilterDenyAll.php</a> in LoggerFilterDenyAll.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerFilterLevelMatch.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_filters---LoggerFilterLevelMatch.php.html">LoggerFilterLevelMatch.php</a> in LoggerFilterLevelMatch.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerFilterLevelRange.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_filters---LoggerFilterLevelRange.php.html">LoggerFilterLevelRange.php</a> in LoggerFilterLevelRange.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerFilterStringMatch.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_filters---LoggerFilterStringMatch.php.html">LoggerFilterStringMatch.php</a> in LoggerFilterStringMatch.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerBasicPatternConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerBasicPatternConverter.php.html">LoggerBasicPatternConverter.php</a> in LoggerBasicPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerCategoryPatternConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerCategoryPatternConverter.php.html">LoggerCategoryPatternConverter.php</a> in LoggerCategoryPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerClassNamePatternConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerClassNamePatternConverter.php.html">LoggerClassNamePatternConverter.php</a> in LoggerClassNamePatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerDatePatternConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerDatePatternConverter.php.html">LoggerDatePatternConverter.php</a> in LoggerDatePatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerFormattingInfo.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerFormattingInfo.php.html">LoggerFormattingInfo.php</a> in LoggerFormattingInfo.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLiteralPatternConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerLiteralPatternConverter.php.html">LoggerLiteralPatternConverter.php</a> in LoggerLiteralPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLocationPatternConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerLocationPatternConverter.php.html">LoggerLocationPatternConverter.php</a> in LoggerLocationPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerMDCPatternConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerMDCPatternConverter.php.html">LoggerMDCPatternConverter.php</a> in LoggerMDCPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerNamedPatternConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerNamedPatternConverter.php.html">LoggerNamedPatternConverter.php</a> in LoggerNamedPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerOptionConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerOptionConverter.php.html">LoggerOptionConverter.php</a> in LoggerOptionConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerPatternConverter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerPatternConverter.php.html">LoggerPatternConverter.php</a> in LoggerPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerPatternParser.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_helpers---LoggerPatternParser.php.html">LoggerPatternParser.php</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLayoutHtml.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_layouts---LoggerLayoutHtml.php.html">LoggerLayoutHtml.php</a> in LoggerLayoutHtml.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLayoutPattern.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_layouts---LoggerLayoutPattern.php.html">LoggerLayoutPattern.php</a> in LoggerLayoutPattern.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLayoutSerialized.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_layouts---LoggerLayoutSerialized.php.html">LoggerLayoutSerialized.php</a> in LoggerLayoutSerialized.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLayoutSimple.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_layouts---LoggerLayoutSimple.php.html">LoggerLayoutSimple.php</a> in LoggerLayoutSimple.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLayoutTTCC.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_layouts---LoggerLayoutTTCC.php.html">LoggerLayoutTTCC.php</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLayoutXml.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_layouts---LoggerLayoutXml.php.html">LoggerLayoutXml.php</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						LOCATION_INFO_NA
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#constLOCATION_INFO_NA">LoggerLocationInfo::LOCATION_INFO_NA</a> in LoggerLocationInfo.php</div>
+							<div class="index-item-description">When location information is not available the constant  <em>NA</em> is returned. Current value of this string  constant is <strong>?</strong>.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">log</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#methodlog">Logger::log()</a> in Logger.php</div>
+							<div class="index-item-description">Log a message using the provided logging level.</div>
+					</dd>
+			<dt class="field">
+						Logger
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html">Logger</a> in Logger.php</div>
+							<div class="index-item-description">This is the central class in the log4php package. All logging operations  are done through this class.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">Logger.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_Logger.php.html">Logger.php</a> in Logger.php</div>
+					</dd>
+			<dt class="field">
+						LoggerAppender
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html">LoggerAppender</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Abstract class that defines output logs strategies.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppender.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerAppender.php.html">LoggerAppender.php</a> in LoggerAppender.php</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderPool
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppenderPool.html">LoggerAppenderPool</a> in LoggerAppenderPool.php</div>
+							<div class="index-item-description">Pool implmentation for LoggerAppender instances.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAppenderPool.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerAppenderPool.php.html">LoggerAppenderPool.php</a> in LoggerAppenderPool.php</div>
+					</dd>
+			<dt class="field">
+						LoggerAutoloader
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAutoloader.html">LoggerAutoloader</a> in LoggerAutoloader.php</div>
+							<div class="index-item-description">Class autoloader.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerAutoloader.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerAutoloader.php.html">LoggerAutoloader.php</a> in LoggerAutoloader.php</div>
+					</dd>
+			<dt class="field">
+						LoggerConfigurable
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfigurable.html">LoggerConfigurable</a> in LoggerConfigurable.php</div>
+							<div class="index-item-description">A base class from which all classes which have configurable properties are  extended. Provides a generic setter with integrated validation.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerConfigurable.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerConfigurable.php.html">LoggerConfigurable.php</a> in LoggerConfigurable.php</div>
+					</dd>
+			<dt class="field">
+						LoggerConfigurator
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfigurator.html">LoggerConfigurator</a> in LoggerConfigurator.php</div>
+							<div class="index-item-description">Interface for logger configurators.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerConfigurator.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerConfigurator.php.html">LoggerConfigurator.php</a> in LoggerConfigurator.php</div>
+					</dd>
+			<dt class="field">
+						LoggerConfiguratorDefault
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html">LoggerConfiguratorDefault</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Default implementation of the logger configurator.</div>
+					</dd>
+			<dt class="field">
+						LoggerException
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerException.html">LoggerException</a> in LoggerException.php</div>
+							<div class="index-item-description">LoggerException class</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerException.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerException.php.html">LoggerException.php</a> in LoggerException.php</div>
+					</dd>
+			<dt class="field">
+						LoggerFilter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerFilter.html">LoggerFilter</a> in LoggerFilter.php</div>
+							<div class="index-item-description">Users should extend this class to implement customized logging</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerFilter.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerFilter.php.html">LoggerFilter.php</a> in LoggerFilter.php</div>
+					</dd>
+			<dt class="field">
+						LoggerHierarchy
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerHierarchy.html">LoggerHierarchy</a> in LoggerHierarchy.php</div>
+							<div class="index-item-description">This class is specialized in retrieving loggers by name and also maintaining  the logger hierarchy. The logger hierarchy is dealing with the several Log-Levels  Logger can have. From log4j website:</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerHierarchy.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerHierarchy.php.html">LoggerHierarchy.php</a> in LoggerHierarchy.php</div>
+					</dd>
+			<dt class="field">
+						LoggerLayout
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLayout.html">LoggerLayout</a> in LoggerLayout.php</div>
+							<div class="index-item-description">Extend this abstract class to create your own log layout format.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLayout.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerLayout.php.html">LoggerLayout.php</a> in LoggerLayout.php</div>
+					</dd>
+			<dt class="field">
+						LoggerLevel
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html">LoggerLevel</a> in LoggerLevel.php</div>
+							<div class="index-item-description">Defines the minimum set of levels recognized by the system, that is <em>OFF</em>, <em>FATAL</em>, <em>ERROR</em>, <em>WARN</em>, <em>INFO</em>, <em>DEBUG</em> and <em>ALL</em>.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLevel.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerLevel.php.html">LoggerLevel.php</a> in LoggerLevel.php</div>
+					</dd>
+			<dt class="field">
+						LoggerLocationInfo
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html">LoggerLocationInfo</a> in LoggerLocationInfo.php</div>
+							<div class="index-item-description">The internal representation of caller location information.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLocationInfo.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerLocationInfo.php.html">LoggerLocationInfo.php</a> in LoggerLocationInfo.php</div>
+					</dd>
+			<dt class="field">
+						LoggerLoggingEvent
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html">LoggerLoggingEvent</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">The internal representation of logging event.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerLoggingEvent.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerLoggingEvent.php.html">LoggerLoggingEvent.php</a> in LoggerLoggingEvent.php</div>
+					</dd>
+			<dt class="field">
+						LoggerMDC
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerMDC.html">LoggerMDC</a> in LoggerMDC.php</div>
+							<div class="index-item-description">The LoggerMDC class provides <em>mapped diagnostic contexts</em>.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerMDC.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerMDC.php.html">LoggerMDC.php</a> in LoggerMDC.php</div>
+					</dd>
+			<dt class="field">
+						LoggerNDC
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerNDC.html">LoggerNDC</a> in LoggerNDC.php</div>
+							<div class="index-item-description">The NDC class implements <em>nested diagnostic contexts</em>.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerNDC.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerNDC.php.html">LoggerNDC.php</a> in LoggerNDC.php</div>
+					</dd>
+			<dt class="field">
+						LoggerReflectionUtils
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerReflectionUtils.html">LoggerReflectionUtils</a> in LoggerReflectionUtils.php</div>
+							<div class="index-item-description">Provides methods for reflective use on php objects</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerReflectionUtils.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerReflectionUtils.php.html">LoggerReflectionUtils.php</a> in LoggerReflectionUtils.php</div>
+					</dd>
+			<dt class="field">
+						LoggerRoot
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerRoot.html">LoggerRoot</a> in LoggerRoot.php</div>
+							<div class="index-item-description">The root logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerRoot.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerRoot.php.html">LoggerRoot.php</a> in LoggerRoot.php</div>
+					</dd>
+			<dt class="field">
+						LoggerThrowableInformation
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerThrowableInformation.html">LoggerThrowableInformation</a> in LoggerThrowableInformation.php</div>
+							<div class="index-item-description">The internal representation of throwables.</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerThrowableInformation.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_LoggerThrowableInformation.php.html">LoggerThrowableInformation.php</a> in LoggerThrowableInformation.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerRendererDefault.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_renderers---LoggerRendererDefault.php.html">LoggerRendererDefault.php</a> in LoggerRendererDefault.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerRendererException.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_renderers---LoggerRendererException.php.html">LoggerRendererException.php</a> in LoggerRendererException.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerRendererMap.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_renderers---LoggerRendererMap.php.html">LoggerRendererMap.php</a> in LoggerRendererMap.php</div>
+					</dd>
+			<dt class="field">
+						<span class="include-title">LoggerRendererObject.php</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/_renderers---LoggerRendererObject.php.html">LoggerRendererObject.php</a> in LoggerRendererObject.php</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderConsole
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderConsole.html">LoggerAppenderConsole</a> in LoggerAppenderConsole.php</div>
+							<div class="index-item-description">ConsoleAppender appends log events to STDOUT or STDERR.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderDailyFile
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderDailyFile.html">LoggerAppenderDailyFile</a> in LoggerAppenderDailyFile.php</div>
+							<div class="index-item-description">An Appender that automatically creates a new logfile each day.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderEcho
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderEcho.html">LoggerAppenderEcho</a> in LoggerAppenderEcho.php</div>
+							<div class="index-item-description">LoggerAppenderEcho uses <a href="http://www.php.net/echo">echo</a> function to output events.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderFile
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderFile.html">LoggerAppenderFile</a> in LoggerAppenderFile.php</div>
+							<div class="index-item-description">FileAppender appends log events to a file.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderMail
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMail.html">LoggerAppenderMail</a> in LoggerAppenderMail.php</div>
+							<div class="index-item-description">Appends log events to mail using php function <a href="http://www.php.net/mail">http://www.php.net/mail</a>.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderMailEvent
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMailEvent.html">LoggerAppenderMailEvent</a> in LoggerAppenderMailEvent.php</div>
+							<div class="index-item-description">Log every events as a separate email.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderMongoDB
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderMongoDB.html">LoggerAppenderMongoDB</a> in LoggerAppenderMongoDB.php</div>
+							<div class="index-item-description">Appender for writing to MongoDB.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderNull
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderNull.html">LoggerAppenderNull</a> in LoggerAppenderNull.php</div>
+							<div class="index-item-description">A NullAppender merely exists, it never outputs a message to any device.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderPDO
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPDO.html">LoggerAppenderPDO</a> in LoggerAppenderPDO.php</div>
+							<div class="index-item-description">Appends log events to a db table using PDO.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderPhp
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderPhp.html">LoggerAppenderPhp</a> in LoggerAppenderPhp.php</div>
+							<div class="index-item-description">Log events using php <a href="http://www.php.net/trigger_error">http://www.php.net/trigger_error</a> function and a <a href="log4php/layouts/LoggerLayoutTTCC.html">LoggerLayoutTTCC</a> default layout.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderRollingFile
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html">LoggerAppenderRollingFile</a> in LoggerAppenderRollingFile.php</div>
+							<div class="index-item-description">LoggerAppenderRollingFile extends LoggerAppenderFile to backup the log files  when they reach a certain size.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderSocket
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSocket.html">LoggerAppenderSocket</a> in LoggerAppenderSocket.php</div>
+							<div class="index-item-description">Appends events to a network socket.</div>
+					</dd>
+			<dt class="field">
+						LoggerAppenderSyslog
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html">LoggerAppenderSyslog</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">Log events to a system log using the <a href="http://www.php.net/syslog">http://www.php.net/syslog</a> function.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">load</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#methodload">LoggerConfigurationAdapterINI::load()</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Loads and parses the INI configuration file.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">loadXML</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html#methodloadXML">LoggerConfigurationAdapterXML::loadXML()</a> in LoggerConfigurationAdapterXML.php</div>
+							<div class="index-item-description">Loads and validates the XML.</div>
+					</dd>
+			<dt class="field">
+						LoggerConfigurationAdapter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapter.html">LoggerConfigurationAdapter</a> in LoggerConfigurationAdapter.php</div>
+							<div class="index-item-description">The interface for configurator adapters.</div>
+					</dd>
+			<dt class="field">
+						LoggerConfigurationAdapterINI
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html">LoggerConfigurationAdapterINI</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Converts ini configuration files to a PHP array.</div>
+					</dd>
+			<dt class="field">
+						LoggerConfigurationAdapterPHP
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterPHP.html">LoggerConfigurationAdapterPHP</a> in LoggerConfigurationAdapterPHP.php</div>
+							<div class="index-item-description">Converts PHP configuration files to a PHP array.</div>
+					</dd>
+			<dt class="field">
+						LoggerConfigurationAdapterXML
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterXML.html">LoggerConfigurationAdapterXML</a> in LoggerConfigurationAdapterXML.php</div>
+							<div class="index-item-description">Converts XML configuration files to a PHP array.</div>
+					</dd>
+			<dt class="field">
+						LOGGER_PREFIX
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/configurators/LoggerConfigurationAdapterINI.html#constLOGGER_PREFIX">LoggerConfigurationAdapterINI::LOGGER_PREFIX</a> in LoggerConfigurationAdapterINI.php</div>
+							<div class="index-item-description">Prefix used for defining a logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$levelMax</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelRange.html#var$levelMax">LoggerFilterLevelRange::$levelMax</a> in LoggerFilterLevelRange.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$levelMin</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelRange.html#var$levelMin">LoggerFilterLevelRange::$levelMin</a> in LoggerFilterLevelRange.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$levelToMatch</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelMatch.html#var$levelToMatch">LoggerFilterLevelMatch::$levelToMatch</a> in LoggerFilterLevelMatch.php</div>
+							<div class="index-item-description">The level, when to match</div>
+					</dd>
+			<dt class="field">
+						LoggerFilterDenyAll
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterDenyAll.html">LoggerFilterDenyAll</a> in LoggerFilterDenyAll.php</div>
+							<div class="index-item-description">This filter drops all logging events.</div>
+					</dd>
+			<dt class="field">
+						LoggerFilterLevelMatch
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelMatch.html">LoggerFilterLevelMatch</a> in LoggerFilterLevelMatch.php</div>
+							<div class="index-item-description">This is a very simple filter based on level matching.</div>
+					</dd>
+			<dt class="field">
+						LoggerFilterLevelRange
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterLevelRange.html">LoggerFilterLevelRange</a> in LoggerFilterLevelRange.php</div>
+							<div class="index-item-description">This is a very simple filter based on level matching, which can be used to reject messages with priorities outside a certain range.</div>
+					</dd>
+			<dt class="field">
+						LoggerFilterStringMatch
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/filters/LoggerFilterStringMatch.html">LoggerFilterStringMatch</a> in LoggerFilterStringMatch.php</div>
+							<div class="index-item-description">This is a very simple filter based on string matching.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$leftAlign</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternConverter.html#var$leftAlign">LoggerPatternConverter::$leftAlign</a> in LoggerPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$leftAlign</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerFormattingInfo.html#var$leftAlign">LoggerFormattingInfo::$leftAlign</a> in LoggerFormattingInfo.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$literal</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerLiteralPatternConverter.html#var$literal">LoggerLiteralPatternConverter::$literal</a> in LoggerLiteralPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						LEVEL_CONVERTER
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constLEVEL_CONVERTER">LoggerPatternParser::LEVEL_CONVERTER</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						LINE_LOCATION_CONVERTER
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constLINE_LOCATION_CONVERTER">LoggerPatternParser::LINE_LOCATION_CONVERTER</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						LITERAL_STATE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constLITERAL_STATE">LoggerPatternParser::LITERAL_STATE</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						LoggerBasicPatternConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerBasicPatternConverter.html">LoggerBasicPatternConverter</a> in LoggerBasicPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						LoggerCategoryPatternConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerCategoryPatternConverter.html">LoggerCategoryPatternConverter</a> in LoggerCategoryPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						LoggerClassNamePatternConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerClassNamePatternConverter.html">LoggerClassNamePatternConverter</a> in LoggerClassNamePatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						LoggerDatePatternConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerDatePatternConverter.html">LoggerDatePatternConverter</a> in LoggerDatePatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						LoggerFormattingInfo
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerFormattingInfo.html">LoggerFormattingInfo</a> in LoggerFormattingInfo.php</div>
+							<div class="index-item-description">This class encapsulates the information obtained when parsing  formatting modifiers in conversion modifiers.</div>
+					</dd>
+			<dt class="field">
+						LoggerLiteralPatternConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerLiteralPatternConverter.html">LoggerLiteralPatternConverter</a> in LoggerLiteralPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						LoggerLocationPatternConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerLocationPatternConverter.html">LoggerLocationPatternConverter</a> in LoggerLocationPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						LoggerMDCPatternConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerMDCPatternConverter.html">LoggerMDCPatternConverter</a> in LoggerMDCPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						LoggerNamedPatternConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerNamedPatternConverter.html">LoggerNamedPatternConverter</a> in LoggerNamedPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						LoggerOptionConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerOptionConverter.html">LoggerOptionConverter</a> in LoggerOptionConverter.php</div>
+							<div class="index-item-description">A convenience class to convert property values to specific types.</div>
+					</dd>
+			<dt class="field">
+						LoggerPatternConverter
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternConverter.html">LoggerPatternConverter</a> in LoggerPatternConverter.php</div>
+							<div class="index-item-description">LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.</div>
+					</dd>
+			<dt class="field">
+						LoggerPatternParser
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html">LoggerPatternParser</a> in LoggerPatternParser.php</div>
+							<div class="index-item-description">Most of the work of the LoggerPatternLayout class is delegated to the <a href="log4php/helpers/LoggerPatternParser.html">LoggerPatternParser</a> class.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$locationInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#var$locationInfo">LoggerLayoutXml::$locationInfo</a> in LoggerLayoutXml.php</div>
+							<div class="index-item-description">If set to true then the file name and line number of the origin of the  log statement will be output.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$locationInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html#var$locationInfo">LoggerLayoutHtml::$locationInfo</a> in LoggerLayoutHtml.php</div>
+							<div class="index-item-description">The <strong>LocationInfo</strong> option takes a boolean value. By</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$locationInfo</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutSerialized.html#var$locationInfo">LoggerLayoutSerialized::$locationInfo</a> in LoggerLayoutSerialized.php</div>
+							<div class="index-item-description">Whether to include the event's location information (slow).</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$log4jNamespace</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#var$log4jNamespace">LoggerLayoutXml::$log4jNamespace</a> in LoggerLayoutXml.php</div>
+							<div class="index-item-description">If set to true, log4j namespace will be used instead of the log4php  namespace.</div>
+					</dd>
+			<dt class="field">
+						LOG4J_NS
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#constLOG4J_NS">LoggerLayoutXml::LOG4J_NS</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						LOG4J_NS_PREFIX
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#constLOG4J_NS_PREFIX">LoggerLayoutXml::LOG4J_NS_PREFIX</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						LOG4PHP_NS
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#constLOG4PHP_NS">LoggerLayoutXml::LOG4PHP_NS</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						LOG4PHP_NS_PREFIX
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#constLOG4PHP_NS_PREFIX">LoggerLayoutXml::LOG4PHP_NS_PREFIX</a> in LoggerLayoutXml.php</div>
+					</dd>
+			<dt class="field">
+						LoggerLayoutHtml
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutHtml.html">LoggerLayoutHtml</a> in LoggerLayoutHtml.php</div>
+							<div class="index-item-description">This layout outputs events in a HTML table.</div>
+					</dd>
+			<dt class="field">
+						LoggerLayoutPattern
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutPattern.html">LoggerLayoutPattern</a> in LoggerLayoutPattern.php</div>
+							<div class="index-item-description">A flexible layout configurable with pattern string.</div>
+					</dd>
+			<dt class="field">
+						LoggerLayoutSerialized
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutSerialized.html">LoggerLayoutSerialized</a> in LoggerLayoutSerialized.php</div>
+							<div class="index-item-description">Layout which formats the events using PHP's serialize() function.</div>
+					</dd>
+			<dt class="field">
+						LoggerLayoutSimple
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutSimple.html">LoggerLayoutSimple</a> in LoggerLayoutSimple.php</div>
+							<div class="index-item-description">A simple layout.</div>
+					</dd>
+			<dt class="field">
+						LoggerLayoutTTCC
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html">LoggerLayoutTTCC</a> in LoggerLayoutTTCC.php</div>
+							<div class="index-item-description">TTCC layout format consists of <strong>t</strong>ime, <strong>t</strong>hread, <strong>c</strong>ategory and nested diagnostic <strong>c</strong>ontext information, hence the name.</div>
+					</dd>
+			<dt class="field">
+						LoggerLayoutXml
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html">LoggerLayoutXml</a> in LoggerLayoutXml.php</div>
+							<div class="index-item-description">The output of the LoggerXmlLayout consists of a series of log4php:event elements.</div>
+					</dd>
+			<dt class="field">
+						LoggerRendererDefault
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererDefault.html">LoggerRendererDefault</a> in LoggerRendererDefault.php</div>
+							<div class="index-item-description">The default Renderer renders objects by type casting.</div>
+					</dd>
+			<dt class="field">
+						LoggerRendererException
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererException.html">LoggerRendererException</a> in LoggerRendererException.php</div>
+							<div class="index-item-description">Exception renderer</div>
+					</dd>
+			<dt class="field">
+						LoggerRendererMap
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html">LoggerRendererMap</a> in LoggerRendererMap.php</div>
+							<div class="index-item-description">Log objects using customized renderers that implement <a href="log4php/renderers/LoggerRendererObject.html">LoggerRendererObject</a>.</div>
+					</dd>
+			<dt class="field">
+						LoggerRendererObject
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererObject.html">LoggerRendererObject</a> in LoggerRendererObject.php</div>
+							<div class="index-item-description">Implement this interface in order to render objects as strings using <a href="log4php/renderers/LoggerRendererMap.html">LoggerRendererMap</a>.</div>
+					</dd>
+		</dl>
+	<a name="m"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">m</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$map</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerMDC.html#var$map">LoggerMDC::$map</a> in LoggerMDC.php</div>
+							<div class="index-item-description">Holds the context map.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$mdcCopyLookupRequired</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$mdcCopyLookupRequired">LoggerLoggingEvent::$mdcCopyLookupRequired</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Have we tried to do an MDC lookup? If we did, there is no need  to do it again.	Note that its value is always false when  serialized. See also the getMDC and getMDCCopy methods.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$message</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$message">LoggerLoggingEvent::$message</a> in LoggerLoggingEvent.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$methodName</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLocationInfo.html#var$methodName">LoggerLocationInfo::$methodName</a> in LoggerLocationInfo.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$maxBackupIndex</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#var$maxBackupIndex">LoggerAppenderRollingFile::$maxBackupIndex</a> in LoggerAppenderRollingFile.php</div>
+							<div class="index-item-description">Set the maximum number of backup files to keep around.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$maxFileSize</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderRollingFile.html#var$maxFileSize">LoggerAppenderRollingFile::$maxFileSize</a> in LoggerAppenderRollingFile.php</div>
+							<div class="index-item-description">Set the maximum size that the output file is allowed to reach before being rolled over to backup files.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$max</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternConverter.html#var$max">LoggerPatternConverter::$max</a> in LoggerPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$max</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerFormattingInfo.html#var$max">LoggerFormattingInfo::$max</a> in LoggerFormattingInfo.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$min</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternConverter.html#var$min">LoggerPatternConverter::$min</a> in LoggerPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$min</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerFormattingInfo.html#var$min">LoggerFormattingInfo::$min</a> in LoggerFormattingInfo.php</div>
+					</dd>
+			<dt class="field">
+						MAX_STATE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constMAX_STATE">LoggerPatternParser::MAX_STATE</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						MESSAGE_CONVERTER
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constMESSAGE_CONVERTER">LoggerPatternParser::MESSAGE_CONVERTER</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						METHOD_LOCATION_CONVERTER
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constMETHOD_LOCATION_CONVERTER">LoggerPatternParser::METHOD_LOCATION_CONVERTER</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						MINUS_STATE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constMINUS_STATE">LoggerPatternParser::MINUS_STATE</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						MIN_STATE
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constMIN_STATE">LoggerPatternParser::MIN_STATE</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$microSecondsPrinting</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutTTCC.html#var$microSecondsPrinting">LoggerLayoutTTCC::$microSecondsPrinting</a> in LoggerLayoutTTCC.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$map</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/renderers/LoggerRendererMap.html#var$map">LoggerRendererMap::$map</a> in LoggerRendererMap.php</div>
+					</dd>
+		</dl>
+	<a name="n"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">n</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$name</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#var$name">Logger::$name</a> in Logger.php</div>
+							<div class="index-item-description">The name of this Logger instance.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$name</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerAppender.html#var$name">LoggerAppender::$name</a> in LoggerAppender.php</div>
+							<div class="index-item-description">Appender name. Used by other components to identify this appender.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$ndc</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$ndc">LoggerLoggingEvent::$ndc</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">The nested diagnostic context (NDC) of logging event.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$ndcLookupRequired</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLoggingEvent.html#var$ndcLookupRequired">LoggerLoggingEvent::$ndcLookupRequired</a> in LoggerLoggingEvent.php</div>
+							<div class="index-item-description">Have we tried to do an NDC lookup? If we did, there is no need  to do it again.	Note that its value is always false when  serialized. Thus, a receiving SocketNode will never use it's own  (incorrect) NDC. See also writeObject method.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$next</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerFilter.html#var$next">LoggerFilter::$next</a> in LoggerFilter.php</div>
+					</dd>
+			<dt class="field">
+						NEUTRAL
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerFilter.html#constNEUTRAL">LoggerFilter::NEUTRAL</a> in LoggerFilter.php</div>
+							<div class="index-item-description">This filter is neutral with respect to the log event. The  remaining filters, if any, should be consulted for a final decision.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$next</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternConverter.html#var$next">LoggerPatternConverter::$next</a> in LoggerPatternConverter.php</div>
+					</dd>
+			<dt class="field">
+						NDC_CONVERTER
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/helpers/LoggerPatternParser.html#constNDC_CONVERTER">LoggerPatternParser::NDC_CONVERTER</a> in LoggerPatternParser.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$namespace</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#var$namespace">LoggerLayoutXml::$namespace</a> in LoggerLayoutXml.php</div>
+							<div class="index-item-description">The namespace in use.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$namespacePrefix</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/layouts/LoggerLayoutXml.html#var$namespacePrefix">LoggerLayoutXml::$namespacePrefix</a> in LoggerLayoutXml.php</div>
+							<div class="index-item-description">The namespace prefix in use</div>
+					</dd>
+		</dl>
+	<a name="o"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">o</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$obj</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerReflectionUtils.html#var$obj">LoggerReflectionUtils::$obj</a> in LoggerReflectionUtils.php</div>
+							<div class="index-item-description">the target object</div>
+					</dd>
+			<dt class="field">
+						OFF
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerLevel.html#constOFF">LoggerLevel::OFF</a> in LoggerLevel.php</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$option</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#var$option">LoggerAppenderSyslog::$option</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">The option used when opening the syslog connection.</div>
+					</dd>
+			<dt class="field">
+						<span class="var-title">$overridePriority</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/appenders/LoggerAppenderSyslog.html#var$overridePriority">LoggerAppenderSyslog::$overridePriority</a> in LoggerAppenderSyslog.php</div>
+							<div class="index-item-description">If set to true, the message priority will always use the value defined  in $priority, otherwise the priority will be determined by the  message's log level.</div>
+					</dd>
+		</dl>
+	<a name="p"></a>
+	<div class="index-letter-section">
+		<div style="float: left" class="index-letter-title">p</div>
+		<div style="float: right"><a href="#top">top</a></div>
+		<div style="clear: both"></div>
+	</div>
+	<dl>
+			<dt class="field">
+						<span class="var-title">$parent</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/Logger.html#var$parent">Logger::$parent</a> in Logger.php</div>
+							<div class="index-item-description">The parent logger. Set to null if this is the root logger.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parse</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodparse">LoggerConfiguratorDefault::parse()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Parses the given configuration and returns the parsed configuration  as a PHP array. Does not perform any configuration.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">parseFile</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerConfiguratorDefault.html#methodparseFile">LoggerConfiguratorDefault::parseFile()</a> in LoggerConfiguratorDefault.php</div>
+							<div class="index-item-description">Loads the configuration file from the given URL, determines which  adapter to use, converts the configuration to a PHP array and  returns it.</div>
+					</dd>
+			<dt class="field">
+						<span class="method-title">peek</span>
+					</dt>
+		<dd class="index-item-body">
+			<div class="index-item-details"><a href="log4php/LoggerNDC.html#methodpeek">LoggerNDC::peek()</a> in LoggerNDC.php</div>
+							<div class="index-item-description">Looks at the last diagnostic context at the top of this NDC without removing it.</div>
+					</dd>
... 253685 lines suppressed ...