Package org.forgerock.opendj.config
Interface ConfigLogger
-
- All Superinterfaces:
Loggers
- All Known Subinterfaces:
ServerLoggers
public interface ConfigLogger extends Loggers
Defines the logging category for the config module.
-
-
Field Summary
Fields Modifier and Type Field Description static LocalizedLogger
CONFIG
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
Static Methods Modifier and Type Method Description static List<LocalizedLogger>
collectAllLoggers()
Returns the list of all loggers defined in the config module.
-
-
-
Field Detail
-
CONFIG
static final LocalizedLogger CONFIG
The logger used for configuration handling.
-
-
Method Detail
-
collectAllLoggers
static List<LocalizedLogger> collectAllLoggers()
Returns the list of all loggers defined in the config module.- Returns:
- the list of all loggers defined in the config module.
-
-