001package org.opends.messages;
002
003import org.forgerock.i18n.LocalizableMessageDescriptor;
004
005/**
006 * This file contains localizable message descriptors having the resource
007 * name {@code org.opends.messages.logger}. This file was generated
008 * automatically by the {@code i18n-maven-plugin} from the property file
009 * {@code org/opends/messages/logger.properties} and it should not be manually edited.
010 */
011public final class LoggerMessages {
012    // The name of the resource bundle.
013    private static final String RESOURCE = "org.opends.messages.logger";
014
015    // Prevent instantiation.
016    private LoggerMessages() {
017        // Do nothing.
018    }
019
020    /**
021     * Returns the name of the resource associated with the messages contained
022     * in this class. The resource name may be used for obtaining named loggers,
023     * e.g. using SLF4J's {@code org.slf4j.LoggerFactory#getLogger(String name)}.
024     *
025     * @return The name of the resource associated with the messages contained
026     *         in this class.
027     */
028    public static String resourceName() {
029        return RESOURCE;
030    }
031
032    /**
033     * Error occurred while writing log record for logger %s: %s. Any further write errors will be ignored
034     */
035    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LOGGER_ERROR_WRITING_RECORD =
036                    new LocalizableMessageDescriptor.Arg2<Object, Object>(LoggerMessages.class, RESOURCE, "ERR_LOGGER_ERROR_WRITING_RECORD_1", 1);
037
038    /**
039     * Error occurred while opening log file %s for logger %s: %s
040     */
041    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LOGGER_ERROR_OPENING_FILE =
042                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(LoggerMessages.class, RESOURCE, "ERR_LOGGER_ERROR_OPENING_FILE_2", 2);
043
044    /**
045     * Error occurred while closing log file for logger %s: %s
046     */
047    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LOGGER_ERROR_CLOSING_FILE =
048                    new LocalizableMessageDescriptor.Arg2<Object, Object>(LoggerMessages.class, RESOURCE, "ERR_LOGGER_ERROR_CLOSING_FILE_3", 3);
049
050    /**
051     * Error occurred while flushing writer buffer for logger %s: %s
052     */
053    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LOGGER_ERROR_FLUSHING_BUFFER =
054                    new LocalizableMessageDescriptor.Arg2<Object, Object>(LoggerMessages.class, RESOURCE, "ERR_LOGGER_ERROR_FLUSHING_BUFFER_4", 4);
055
056    /**
057     * Invalid error log severity "%s"
058     */
059    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_ERROR_LOGGER_INVALID_SEVERITY =
060                    new LocalizableMessageDescriptor.Arg1<Object>(LoggerMessages.class, RESOURCE, "WARN_ERROR_LOGGER_INVALID_SEVERITY_5", 5);
061
062    /**
063     * Invalid error log category "%s"
064     */
065    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_ERROR_LOGGER_INVALID_CATEGORY =
066                    new LocalizableMessageDescriptor.Arg1<Object>(LoggerMessages.class, RESOURCE, "WARN_ERROR_LOGGER_INVALID_CATEGORY_6", 6);
067
068    /**
069     * Invalid override of severity level "%s"
070     */
071    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_ERROR_LOGGER_INVALID_OVERRIDE_SEVERITY =
072                    new LocalizableMessageDescriptor.Arg1<Object>(LoggerMessages.class, RESOURCE, "WARN_ERROR_LOGGER_INVALID_OVERRIDE_SEVERITY_7", 7);
073
074    /**
075     * Error occurred while setting file permissions for the log file %s: %s
076     */
077    public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_LOGGER_SET_PERMISSION_FAILED =
078                    new LocalizableMessageDescriptor.Arg2<Object, Object>(LoggerMessages.class, RESOURCE, "WARN_LOGGER_SET_PERMISSION_FAILED_8", 8);
079
080    /**
081     * This platform does not support setting file permissions %s to the log file %s
082     */
083    public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_LOGGER_UNABLE_SET_PERMISSIONS =
084                    new LocalizableMessageDescriptor.Arg2<Object, Object>(LoggerMessages.class, RESOURCE, "WARN_LOGGER_UNABLE_SET_PERMISSIONS_9", 9);
085
086    /**
087     * Error occurred while listing log files named by policy with initial file name %s
088     */
089    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LOGGER_ERROR_LISTING_FILES =
090                    new LocalizableMessageDescriptor.Arg1<Object>(LoggerMessages.class, RESOURCE, "ERR_LOGGER_ERROR_LISTING_FILES_10", 10);
091
092    /**
093     * Error occurred while obtaining free disk space in the partition containing log file %s: %s
094     */
095    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LOGGER_ERROR_OBTAINING_FREE_SPACE =
096                    new LocalizableMessageDescriptor.Arg2<Object, Object>(LoggerMessages.class, RESOURCE, "ERR_LOGGER_ERROR_OBTAINING_FREE_SPACE_11", 11);
097
098    /**
099     * Error occurred while enforcing retention policy %s for logger %s: %s
100     */
101    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LOGGER_ERROR_ENFORCING_RETENTION_POLICY =
102                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(LoggerMessages.class, RESOURCE, "ERR_LOGGER_ERROR_ENFORCING_RETENTION_POLICY_12", 12);
103
104}