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.-
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.