Package org.forgerock.opendj.rest2ldap
Interface RestLogger
-
-
Field Summary
Fields Modifier and Type Field Description static LocalizedLoggerHDAPThe logger used for hdap.static LocalizedLoggerRESTThe common logger used for rest.static LocalizedLoggerREST2LDAPThe 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
Static Methods Modifier and Type Method Description static List<LocalizedLogger>collectAllLoggers()Returns the list of all loggers defined in this module.
-
-
-
Field Detail
-
REST
static final LocalizedLogger REST
The common logger used for rest.
-
REST2LDAP
static final LocalizedLogger REST2LDAP
The logger used for rest2ldap.
-
HDAP
static final LocalizedLogger HDAP
The logger used for hdap.
-
-
Method Detail
-
collectAllLoggers
static List<LocalizedLogger> collectAllLoggers()
Returns the list of all loggers defined in this module.- Returns:
- the list of all loggers defined in this module.
-
-