Logging Localization

All log messages generated at the INFO level and higher within the framework and the default providers can be localized.

Localization of messages within CSI core and the default providers is performed using Java resource bundles along with some internal-only helper classes. In contrast, DEBUG messages cannot be localized because they are intended to be interpreted by technical support and development personnel only. Implement a custom provider implementation using the same guideline.

For more information, see Localization.