Uses of Class
org.forgerock.i18n.slf4j.LocalizedLogger
Packages that use 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
Fields in org.forgerock.i18n.slf4j declared as LocalizedLoggerModifier and TypeFieldDescriptionstatic final LocalizedLoggerLoggers.DEFAULTThe default logger when there is no specific category associated.static final LocalizedLoggerLoggers.EXTERNALThe logger used for external libraries.static final LocalizedLoggerLoggers.PROTOCOLThe logger used for connection and protocol handling (e.g., ASN.1 and LDAP).static final LocalizedLoggerLoggers.PROTOCOL_ASN1TheLoggers.PROTOCOLsub-logger used for ASN.1 encoding.static final LocalizedLoggerLoggers.PROTOCOL_LDAPTheLoggers.PROTOCOLsub-logger used for the LDAP protocol.static final LocalizedLoggerLoggers.PROTOCOL_LDAP_CLIENTThe logger used for SDK ldap client features (client, pool, loadbalancer, ...) as opposed to server ones.static final LocalizedLoggerLoggers.PROTOCOL_LDAP_SERVERThe logger used for SDK ldap server features as opposed to client ones.static final LocalizedLoggerLoggers.PROTOCOL_LDIFTheLoggers.PROTOCOLsub-logger used for the LDIF format.static final LocalizedLoggerLoggers.PROTOCOL_SASLTheLoggers.PROTOCOLsub-logger used for SASL protocol.static final LocalizedLoggerLoggers.SCHEMAThe logger used for the server schema elements.static final LocalizedLoggerLoggers.SECURITYThe logger used for security related features.static final LocalizedLoggerLoggers.SERVICE_DISCOVERYThe logger used for service discovery.Methods in org.forgerock.i18n.slf4j that return LocalizedLoggerModifier and TypeMethodDescriptionLocalizedLogger.createSubCategory(String subCategory) Returns a localized logger as subcategory of existing logger.static LocalizedLoggerLocalizedLogger.getLocalizedLoggerFromCategory(String categoryName) Returns the localized logger corresponding to the provided category name.static LocalizedLoggerLocalizedLogger.getOrCreateLocalizedLogger(String categoryName) Creates a localized logger with the provided category name, or returns it if it already exists.Methods in org.forgerock.i18n.slf4j that return types with arguments of type LocalizedLoggerModifier 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
Fields in org.forgerock.opendj.config declared as LocalizedLoggerModifier and TypeFieldDescriptionstatic final LocalizedLoggerConfigLogger.CONFIGThe logger used for configuration handling.Methods in org.forgerock.opendj.config that return types with arguments of type LocalizedLoggerModifier 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
Fields in org.forgerock.opendj.rest2ldap declared as LocalizedLoggerModifier and TypeFieldDescriptionstatic final LocalizedLoggerRestLogger.HDAPThe logger used for hdap.static final LocalizedLoggerRestLogger.RESTThe common logger used for rest.static final LocalizedLoggerRestLogger.REST2LDAPThe logger used for rest2ldap.Methods in org.forgerock.opendj.rest2ldap that return types with arguments of type LocalizedLoggerModifier and TypeMethodDescriptionstatic List<LocalizedLogger>RestLogger.collectAllLoggers()Returns the list of all loggers defined in this module. -
Uses of LocalizedLogger in org.opends.server.loggers
Fields in org.opends.server.loggers declared as LocalizedLoggerModifier and TypeFieldDescriptionstatic final LocalizedLoggerServerLoggers.BACKENDThe logger used for generic backends.static final LocalizedLoggerServerLoggers.BACKUPThe logger used for backup.static final LocalizedLoggerServerLoggers.COREThe logger used for the core server.static final LocalizedLoggerServerLoggers.EXTENSIONSThe logger used for custom extensions.static final LocalizedLoggerServerLoggers.JVMThe logger used for JVM information.static final LocalizedLoggerServerLoggers.LOGGINGThe logger used for the server loggers.static final LocalizedLoggerServerLoggers.PLUGINThe logger used for plugin processing.static final LocalizedLoggerServerLoggers.PROTOCOL_HTTPTheLoggers.PROTOCOLsub-logger used for HTTP protocol.static final LocalizedLoggerServerLoggers.PROTOCOL_JMXTheLoggers.PROTOCOLsub-logger used for JMX protocol.static final LocalizedLoggerServerLoggers.PROTOCOL_SMTPTheLoggers.PROTOCOLsub-logger used for SMTP protocol.static final LocalizedLoggerServerLoggers.PROTOCOL_SSLTheLoggers.PROTOCOLsub-logger used for SSL protocol.static final LocalizedLoggerServerLoggers.SECURITY_AUTHNThe logger used for authentication.static final LocalizedLoggerServerLoggers.SECURITY_AUTHZThe logger used for access Control, privileges, etc.static final LocalizedLoggerServerLoggers.SYNCThe logger used for replication.static final LocalizedLoggerServerLoggers.SYNC_CHANGELOGTheServerLoggers.SYNCsub-logger used for changelog.static final LocalizedLoggerServerLoggers.SYNC_CHANGENUMBERTheServerLoggers.SYNCsub-logger used for change number and CN Index DB.static final LocalizedLoggerServerLoggers.SYNC_CONNECTIONSTheServerLoggers.SYNCsub-logger used for replication connections.static final LocalizedLoggerServerLoggers.SYNC_HEARTBEATTheServerLoggers.SYNCsub-logger used for replication heartbeats.static final LocalizedLoggerServerLoggers.SYNC_LIFECYCLETheServerLoggers.SYNCsub-logger used for replication lifecycle.static final LocalizedLoggerServerLoggers.SYNC_PROTOCOL_MSGSTheServerLoggers.SYNCsub-logger used for replication protocol messages (excluding updates and heartbeats).static final LocalizedLoggerServerLoggers.SYNC_PURGETheServerLoggers.SYNCsub-logger used for purge events (changelog and historical attribute).static final LocalizedLoggerServerLoggers.SYNC_REPLAYTheServerLoggers.SYNCsub-logger used for replication replay and conflicts.static final LocalizedLoggerServerLoggers.SYNC_STATEServerLoggers.SYNCThe sub-logger used for replication state changes, including generationId.static final LocalizedLoggerServerLoggers.SYNC_TOPOLOGYTheServerLoggers.SYNCsub-logger used for replication topology.static final LocalizedLoggerServerLoggers.SYNC_UPDATE_MSGSTheServerLoggers.SYNCsub-logger used for replication update messages.static final LocalizedLoggerServerLoggers.TASKThe logger used for tasks.Methods in org.opends.server.loggers that return types with arguments of type LocalizedLoggerModifier and TypeMethodDescriptionstatic List<LocalizedLogger>ServerLoggers.collectAllLoggers()Returns the list of all loggers defined in the server.Methods in org.opends.server.loggers with parameters of type LocalizedLoggerModifier and TypeMethodDescriptionvoidLogAggregator.countBasedLog(LocalizedLogger logger, LocalizableMessage message) Start the aggregation for a message that will be logged based on count and only after 2 occurrences.