Skip navigation links
Directory Services 6.5.6 API

Package org.forgerock.i18n.slf4j

This package provides an alternative localization mechanism to org.slf4j.cal10n.

See: Description

Package org.forgerock.i18n.slf4j Description

This package provides an alternative localization mechanism to org.slf4j.cal10n. Using the ForgeRock I18N framework for logging ensures that message type safety is enforced at compile time.

Example usage:

 import static com.example.AppMessages.EXAMPLE_MESSAGE;

 ...

 // EXAMPLE_MESSAGE has parameters String and Integer
 LocalizedLogger logger = LocalizedLogger.getLocalizedLogger(this.class);
 logger.error(EXAMPLE_MESSAGE, "a string", 123);
 
Skip navigation links
Directory Services 6.5.6 API

Copyright 2010-2022 ForgeRock AS.