Package org.forgerock.opendj.rest2ldap
Interface RestLogger
- All Superinterfaces:
Loggers
Defines the logging categories for this module.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LocalizedLogger
The logger used for hdap.static final LocalizedLogger
The common logger used for rest.static final LocalizedLogger
The logger used for rest2ldap.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 this module.
-
Field Details
-
REST
The common logger used for rest. -
REST2LDAP
The logger used for rest2ldap. -
HDAP
The logger used for hdap.
-
-
Method Details
-
collectAllLoggers
Returns the list of all loggers defined in this module.- Returns:
- the list of all loggers defined in this module.
-