Uses of Class
org.forgerock.i18n.slf4j.LocalizedLogger
Package
Description
This package provides an alternative localization mechanism to
org.slf4j.cal10n
.Common administration classes.
APIs for implementing REST to LDAP gateways.
Contains implementations of Directory Server access, error, and debug loggers.
-
Uses of LocalizedLogger in org.forgerock.i18n.slf4j
Modifier and TypeFieldDescriptionstatic final LocalizedLogger
Loggers.DEFAULT
The default logger when there is no specific category associated.static final LocalizedLogger
Loggers.EXTERNAL
The logger used for external libraries.static final LocalizedLogger
Loggers.PROTOCOL
The logger used for connection and protocol handling (e.g., ASN.1 and LDAP).static final LocalizedLogger
Loggers.PROTOCOL_ASN1
TheLoggers.PROTOCOL
sub-logger used for ASN.1 encoding.static final LocalizedLogger
Loggers.PROTOCOL_LDAP
TheLoggers.PROTOCOL
sub-logger used for the LDAP protocol.static final LocalizedLogger
Loggers.PROTOCOL_LDAP_CLIENT
The logger used for SDK ldap client features (client, pool, loadbalancer, ...) as opposed to server ones.static final LocalizedLogger
Loggers.PROTOCOL_LDAP_SERVER
The logger used for SDK ldap server features as opposed to client ones.static final LocalizedLogger
Loggers.PROTOCOL_LDIF
TheLoggers.PROTOCOL
sub-logger used for the LDIF format.static final LocalizedLogger
Loggers.PROTOCOL_SASL
TheLoggers.PROTOCOL
sub-logger used for SASL protocol.static final LocalizedLogger
Loggers.SCHEMA
The logger used for the server schema elements.static final LocalizedLogger
Loggers.SECURITY
The logger used for security related features.static final LocalizedLogger
Loggers.SERVICE_DISCOVERY
The logger used for service discovery.Modifier and TypeMethodDescriptionLocalizedLogger.createSubCategory
(String subCategory) Returns a localized logger as subcategory of existing logger.static LocalizedLogger
LocalizedLogger.getLocalizedLoggerFromCategory
(String categoryName) Returns the localized logger corresponding to the provided category name.static LocalizedLogger
LocalizedLogger.getOrCreateLocalizedLogger
(String categoryName) Creates a localized logger with the provided category name, or returns it if it already exists.Modifier and TypeMethodDescriptionstatic List<LocalizedLogger>
Loggers.collectLoggers
(Class<?> clazz) Returns the list of loggers defined in the provided class/interface. -
Uses of LocalizedLogger in org.forgerock.opendj.config
Modifier and TypeFieldDescriptionstatic final LocalizedLogger
ConfigLogger.CONFIG
The logger used for configuration handling.Modifier and TypeMethodDescriptionstatic List<LocalizedLogger>
ConfigLogger.collectAllLoggers()
Returns the list of all loggers defined in the config module. -
Uses of LocalizedLogger in org.forgerock.opendj.rest2ldap
Modifier and TypeFieldDescriptionstatic final LocalizedLogger
RestLogger.HDAP
The logger used for hdap.static final LocalizedLogger
RestLogger.REST
The common logger used for rest.static final LocalizedLogger
RestLogger.REST2LDAP
The logger used for rest2ldap.Modifier and TypeMethodDescriptionstatic List<LocalizedLogger>
RestLogger.collectAllLoggers()
Returns the list of all loggers defined in this module. -
Uses of LocalizedLogger in org.opends.server.loggers
Modifier and TypeFieldDescriptionstatic final LocalizedLogger
ServerLoggers.BACKEND
The logger used for generic backends.static final LocalizedLogger
ServerLoggers.BACKUP
The logger used for backup.static final LocalizedLogger
ServerLoggers.CORE
The logger used for the core server.static final LocalizedLogger
ServerLoggers.EXTENSIONS
The logger used for custom extensions.static final LocalizedLogger
ServerLoggers.JVM
The logger used for JVM information.static final LocalizedLogger
ServerLoggers.LOGGING
The logger used for the server loggers.static final LocalizedLogger
ServerLoggers.PLUGIN
The logger used for plugin processing.static final LocalizedLogger
ServerLoggers.PROTOCOL_HTTP
TheLoggers.PROTOCOL
sub-logger used for HTTP protocol.static final LocalizedLogger
ServerLoggers.PROTOCOL_JMX
TheLoggers.PROTOCOL
sub-logger used for JMX protocol.static final LocalizedLogger
ServerLoggers.PROTOCOL_SMTP
TheLoggers.PROTOCOL
sub-logger used for SMTP protocol.static final LocalizedLogger
ServerLoggers.PROTOCOL_SSL
TheLoggers.PROTOCOL
sub-logger used for SSL protocol.static final LocalizedLogger
ServerLoggers.SECURITY_AUTHN
The logger used for authentication.static final LocalizedLogger
ServerLoggers.SECURITY_AUTHZ
The logger used for access Control, privileges, etc.static final LocalizedLogger
ServerLoggers.SYNC
The logger used for replication.static final LocalizedLogger
ServerLoggers.SYNC_CHANGELOG
TheServerLoggers.SYNC
sub-logger used for changelog.static final LocalizedLogger
ServerLoggers.SYNC_CHANGENUMBER
TheServerLoggers.SYNC
sub-logger used for change number and CN Index DB.static final LocalizedLogger
ServerLoggers.SYNC_CONNECTIONS
TheServerLoggers.SYNC
sub-logger used for replication connections.static final LocalizedLogger
ServerLoggers.SYNC_HEARTBEAT
TheServerLoggers.SYNC
sub-logger used for replication heartbeats.static final LocalizedLogger
ServerLoggers.SYNC_LIFECYCLE
TheServerLoggers.SYNC
sub-logger used for replication lifecycle.static final LocalizedLogger
ServerLoggers.SYNC_PROTOCOL_MSGS
TheServerLoggers.SYNC
sub-logger used for replication protocol messages (excluding updates and heartbeats).static final LocalizedLogger
ServerLoggers.SYNC_PURGE
TheServerLoggers.SYNC
sub-logger used for purge events (changelog and historical attribute).static final LocalizedLogger
ServerLoggers.SYNC_REPLAY
TheServerLoggers.SYNC
sub-logger used for replication replay and conflicts.static final LocalizedLogger
ServerLoggers.SYNC_STATE
ServerLoggers.SYNC
The sub-logger used for replication state changes, including generationId.static final LocalizedLogger
ServerLoggers.SYNC_TOPOLOGY
TheServerLoggers.SYNC
sub-logger used for replication topology.static final LocalizedLogger
ServerLoggers.SYNC_UPDATE_MSGS
TheServerLoggers.SYNC
sub-logger used for replication update messages.static final LocalizedLogger
ServerLoggers.TASK
The logger used for tasks.Modifier and TypeMethodDescriptionstatic List<LocalizedLogger>
ServerLoggers.collectAllLoggers()
Returns the list of all loggers defined in the server.Modifier and TypeMethodDescriptionvoid
LogAggregator.countBasedLog
(LocalizedLogger logger, LocalizableMessage message) Start the aggregation for a message that will be logged based on count and only after 2 occurrences.