Package org.forgerock.opendj.config
Interface ConfigLogger
- All Superinterfaces:
Loggers
- All Known Subinterfaces:
ServerLoggers
Defines the logging category for the config module.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LocalizedLogger
The logger used for configuration handling.Fields inherited from interface org.forgerock.i18n.slf4j.Loggers
DEFAULT, EXTERNAL, PROTOCOL, PROTOCOL_ASN1, PROTOCOL_LDAP, PROTOCOL_LDAP_CLIENT, PROTOCOL_LDAP_SERVER, PROTOCOL_LDIF, PROTOCOL_SASL, SCHEMA, SECURITY, SERVICE_DISCOVERY
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<LocalizedLogger>
Returns the list of all loggers defined in the config module.
-
Field Details
-
CONFIG
The logger used for configuration handling.
-
-
Method Details
-
collectAllLoggers
Returns the list of all loggers defined in the config module.- Returns:
- the list of all loggers defined in the config module.
-