Uses of Class
org.forgerock.i18n.slf4j.LocalizedLogger
Package
Description
This package provides an alternative localization mechanism to
org.slf4j.cal10n
.-
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.