Class LoggerMessages


  • public final class LoggerMessages
    extends Object
    This file contains localizable message descriptors having the resource name org.opends.messages.logger. This file was generated automatically by the opendj-maven-plugin from the property file org/opends/messages/logger.properties and it should not be manually edited.
    • Field Detail

      • ERR_LOGGER_ERROR_WRITING_RECORD

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_LOGGER_ERROR_WRITING_RECORD
        Error occurred while writing log record for logger %s: %s. Any further write errors will be ignored
      • ERR_LOGGER_ERROR_LISTING_FILES

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LOGGER_ERROR_LISTING_FILES
        Error occurred while listing log files named by policy with initial file name %s
      • ERR_LOGGER_ERROR_OBTAINING_FREE_SPACE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_LOGGER_ERROR_OBTAINING_FREE_SPACE
        Error occurred while obtaining free disk space in the partition containing log file %s: %s
      • ERR_COMMON_AUDIT_ADD_OR_UPDATE_LOG_PUBLISHER

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_COMMON_AUDIT_ADD_OR_UPDATE_LOG_PUBLISHER
        Error while creating or updating common audit log publisher %s: %s
      • ERR_COMMON_AUDIT_UNSUPPORTED_HANDLER_TYPE

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_COMMON_AUDIT_UNSUPPORTED_HANDLER_TYPE
        Error while adding common audit log publisher %s, the publisher has an unsupported handler type
      • ERR_COMMON_AUDIT_EXTERNAL_HANDLER_JSON_FILE

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_COMMON_AUDIT_EXTERNAL_HANDLER_JSON_FILE
        Error while reading JSON configuration file %s while creating common audit external log publisher %s: %s
      • ERR_COMMON_AUDIT_UNSUPPORTED_LOG_ROTATION_POLICY

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_COMMON_AUDIT_UNSUPPORTED_LOG_ROTATION_POLICY
        Error while adding common audit log publisher %s, the publisher defines an unsupported log rotation policy %s
      • ERR_COMMON_AUDIT_UNSUPPORTED_LOG_RETENTION_POLICY

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_COMMON_AUDIT_UNSUPPORTED_LOG_RETENTION_POLICY
        Error while adding common audit log publisher %s, the publisher defines an unsupported log retention policy %s
      • ERR_COMMON_AUDIT_UNSUPPORTED_LOG_PUBLISHER

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_COMMON_AUDIT_UNSUPPORTED_LOG_PUBLISHER
        Error while processing common audit log publisher %s, this type of log publisher is unsupported
      • ERR_COMMON_AUDIT_CSV_HANDLER_DELIMITER_CHAR

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_COMMON_AUDIT_CSV_HANDLER_DELIMITER_CHAR
        Error while processing common audit log publisher %s, delimiter char '%s' should not contains more than one character
      • ERR_COMMON_AUDIT_CSV_HANDLER_QUOTE_CHAR

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_COMMON_AUDIT_CSV_HANDLER_QUOTE_CHAR
        Error while processing common audit log publisher %s, quote char '%s' should not contains more than one character
      • ERR_COMMON_AUDIT_INVALID_TIME_OF_DAY

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_COMMON_AUDIT_INVALID_TIME_OF_DAY
        Error while processing common audit log publisher %s, time of the day value '%s' for fixed time log rotation policy is not valid, it should use a 24-hour format "HHmm" : %s
      • ERR_COMMON_AUDIT_UNABLE_TO_PROCESS_LOG_EVENT

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_COMMON_AUDIT_UNABLE_TO_PROCESS_LOG_EVENT
        Error while processing a log event for common audit: %s
      • ERR_COMMON_AUDIT_KEYSTORE_PIN_FILE_MISSING

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_COMMON_AUDIT_KEYSTORE_PIN_FILE_MISSING
        Error while processing common audit log publisher %s, the keystore pin file %s is missing
      • ERR_COMMON_AUDIT_ERROR_READING_KEYSTORE_PIN_FILE

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_COMMON_AUDIT_ERROR_READING_KEYSTORE_PIN_FILE
        Error while processing common audit log publisher %s, the keystore pin file %s could not be read: %s
      • ERR_COMMON_AUDIT_KEYSTORE_PIN_FILE_CONTAINS_EMPTY_PIN

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_COMMON_AUDIT_KEYSTORE_PIN_FILE_CONTAINS_EMPTY_PIN
        Error while processing common audit log publisher %s, the keystore pin file %s contains an empty pin
      • ERR_COMMON_AUDIT_KEYSTORE_FILE_MISSING

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_COMMON_AUDIT_KEYSTORE_FILE_MISSING
        Error while processing common audit log publisher %s, the keystore file %s is missing
      • ERR_COMMON_AUDIT_ERROR_READING_KEYSTORE_FILE

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_COMMON_AUDIT_ERROR_READING_KEYSTORE_FILE
        Error while processing common audit log publisher %s, the keystore file %s could not be read: %s
      • ERR_COMMON_AUDIT_KEYSTORE_FILE_IS_EMPTY

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_COMMON_AUDIT_KEYSTORE_FILE_IS_EMPTY
        Error while processing common audit log publisher %s, the keystore file %s is empty
      • ERR_LOG_FILE_DISAPPEARED

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LOG_FILE_DISAPPEARED
        The log file %s unexpectedly disappeared. It looks like an external system is also trying to manage the log files retention (either deleting or moving files away). This system configuration is incorrect: either ForgeRock DS manages the log file retention OR the external system does. Pick one only.
    • Method Detail

      • resourceName

        public static String resourceName()
        Returns the name of the resource associated with the messages contained in this class. The resource name may be used for obtaining named loggers, e.g. using SLF4J's org.slf4j.LoggerFactory#getLogger(String name).
        Returns:
        The name of the resource associated with the messages contained in this class.