| | |
| | | |
| | | static |
| | | { |
| | | // catch all categories used when nothing else matches. |
| | | // FIXME catch all does not work with current code. |
| | | // Maybe should we use a trie data structure instead of a NavigableMap? |
| | | // NAMES.put("org.opends", "CORE"); |
| | | // NAMES.put("org.forgerock.opendj", "CORE"); |
| | | |
| | | // The category used for messages associated with the core server. |
| | | NAMES.put("org.opends.server.core", "CORE"); |
| | | NAMES.put("org.forgerock.opendj.ldap", "CORE"); |
| | | |
| | | // The category used for messages associated with server |
| | | //extensions (e.g., extended operations, SASL mechanisms, password storage |
| | |
| | | // The category used for messages associated with |
| | | // connection and protocol handling (e.g., ASN.1 and LDAP). |
| | | NAMES.put("org.opends.server.protocol", "PROTOCOL"); |
| | | NAMES.put("org.forgerock.opendj.ldap.io", "PROTOCOL"); |
| | | |
| | | // The category used for messages associated with |
| | | // configuration handling. |
| | | // The category used for messages associated with configuration handling. |
| | | NAMES.put("org.opends.server.config", "CONFIG"); |
| | | |
| | | // The category used for messages associated with the |
| | | // server loggers. |
| | | // The category used for messages associated with the server loggers. |
| | | NAMES.put("org.opends.server.loggers", "LOG"); |
| | | |
| | | // The category used for messages associated with the |
| | |
| | | // The category used for messages associated with the |
| | | // server schema elements. |
| | | NAMES.put("org.opends.server.schema", "SCHEMA"); |
| | | NAMES.put("org.forgerock.opendj.ldap.schema", "SCHEMA"); |
| | | |
| | | // The category used for messages associated with the server controls. |
| | | NAMES.put("org.opends.server.controls", "CONTROLS"); |
| | | NAMES.put("org.forgerock.opendj.ldap.controls", "CONTROLS"); |
| | | |
| | | // The category that will be used for messages associated with plugin |
| | | // processing. |