001/*
002 * This library is part of OpenCms -
003 * the Open Source Content Management System
004 *
005 * Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
006 *
007 * This library is free software; you can redistribute it and/or
008 * modify it under the terms of the GNU Lesser General Public
009 * License as published by the Free Software Foundation; either
010 * version 2.1 of the License, or (at your option) any later version.
011 *
012 * This library is distributed in the hope that it will be useful,
013 * but WITHOUT ANY WARRANTY; without even the implied warranty of
014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
015 * Lesser General Public License for more details.
016 *
017 * For further information about Alkacon Software GmbH & Co. KG, please see the
018 * company website: http://www.alkacon.com
019 *
020 * For further information about OpenCms, please see the
021 * project website: http://www.opencms.org
022 *
023 * You should have received a copy of the GNU Lesser General Public
024 * License along with this library; if not, write to the Free Software
025 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
026 */
027
028package org.opencms.workplace.tools.workplace.logging;
029
030import org.opencms.i18n.A_CmsMessageBundle;
031import org.opencms.i18n.I_CmsMessageBundle;
032
033/**
034 * Hides the public constructor for this utility class.<p>
035 */
036public final class Messages extends A_CmsMessageBundle {
037
038    /** Message constant for key in the resource bundle. */
039    public static final String GUI_LOG_CHANNELS_0 = "GUI_LOG_CHANNELS_0";
040
041    /** Message constant for key in the resource bundle. */
042    public static final String GUI_LOG_FILE_CHANGE_FILE_0 = "GUI_LOG_FILE_CHANGE_FILE_0";
043
044    /** Message constant for key in the resource bundle. */
045    public static final String GUI_LOG_FILE_CHANGE_FILE_HELP_0 = "GUI_LOG_FILE_CHANGE_FILE_HELP_0";
046
047    /** Message constant for key in the resource bundle. */
048    public static final String GUI_LOG_FILE_CHANGE_FILE_HELP_ACTIVATE_0 = "GUI_LOG_FILE_CHANGE_FILE_HELP_ACTIVATE_0";
049
050    /** Message constant for key in the resource bundle. */
051    public static final String GUI_LOG_FILE_CHANGE_FILE_HELP_DEACTIVATE_0 = "GUI_LOG_FILE_CHANGE_FILE_HELP_DEACTIVATE_0";
052
053    /** Message constant for key in the resource bundle. */
054    public static final String GUI_LOG_FILE_SELECTED_0 = "GUI_LOG_FILE_SELECTED_0";
055
056    /** Message constant for key in the resource bundle. */
057    public static final String GUI_LOG_LEVEL_ACTIVE_0 = "GUI_LOG_LEVEL_ACTIVE_0";
058
059    /** Message constant for key in the resource bundle. */
060    public static final String GUI_LOG_LEVEL_CURRENT_0 = "GUI_LOG_LEVEL_CURRENT_0";
061
062    /** Message constant for key in the resource bundle. */
063    public static final String GUI_LOG_LEVEL_DEBUG_0 = "GUI_LOG_LEVEL_DEBUG_0";
064
065    /** Message constant for key in the resource bundle. */
066    public static final String GUI_LOG_LEVEL_DEBUG_HELP_0 = "GUI_LOG_LEVEL_DEBUG_HELP_0";
067
068    /** Message constant for key in the resource bundle. */
069    public static final String GUI_LOG_LEVEL_DEBUG_HELP_ACTIVATE_0 = "GUI_LOG_LEVEL_DEBUG_HELP_ACTIVATE_0";
070
071    /** Message constant for key in the resource bundle. */
072    public static final String GUI_LOG_LEVEL_DEBUG_HELP_DEACTIVATE_0 = "GUI_LOG_LEVEL_DEBUG_HELP_DEACTIVATE_0";
073
074    /** Message constant for key in the resource bundle. */
075    public static final String GUI_LOG_LEVEL_DEBUG_MULTI_CONFIRMATION_0 = "GUI_LOG_LEVEL_DEBUG_MULTI_CONFIRMATION_0";
076
077    /** Message constant for key in the resource bundle. */
078    public static final String GUI_LOG_LEVEL_DEBUG_MULTI_HELP_0 = "GUI_LOG_LEVEL_DEBUG_MULTI_HELP_0";
079
080    /** Message constant for key in the resource bundle. */
081    public static final String GUI_LOG_LEVEL_ERROR_0 = "GUI_LOG_LEVEL_ERROR_0";
082
083    /** Message constant for key in the resource bundle. */
084    public static final String GUI_LOG_LEVEL_ERROR_HELP_0 = "GUI_LOG_LEVEL_ERROR_HELP_0";
085
086    /** Message constant for key in the resource bundle. */
087    public static final String GUI_LOG_LEVEL_ERROR_HELP_ACTIVATE_0 = "GUI_LOG_LEVEL_ERROR_HELP_ACTIVATE_0";
088
089    /** Message constant for key in the resource bundle. */
090    public static final String GUI_LOG_LEVEL_ERROR_HELP_DEACTIVATE_0 = "GUI_LOG_LEVEL_ERROR_HELP_DEACTIVATE_0";
091
092    /** Message constant for key in the resource bundle. */
093    public static final String GUI_LOG_LEVEL_ERROR_MULTI_CONFIRMATION_0 = "GUI_LOG_LEVEL_ERROR_MULTI_CONFIRMATION_0";
094
095    /** Message constant for key in the resource bundle. */
096    public static final String GUI_LOG_LEVEL_ERROR_MULTI_HELP_0 = "GUI_LOG_LEVEL_ERROR_MULTI_HELP_0";
097
098    /** Message constant for key in the resource bundle. */
099    public static final String GUI_LOG_LEVEL_FATAL_0 = "GUI_LOG_LEVEL_FATAL_0";
100
101    /** Message constant for key in the resource bundle. */
102    public static final String GUI_LOG_LEVEL_FATAL_HELP_0 = "GUI_LOG_LEVEL_FATAL_HELP_0";
103
104    /** Message constant for key in the resource bundle. */
105    public static final String GUI_LOG_LEVEL_FATAL_HELP_ACTIVATE_0 = "GUI_LOG_LEVEL_FATAL_HELP_ACTIVATE_0";
106
107    /** Message constant for key in the resource bundle. */
108    public static final String GUI_LOG_LEVEL_FATAL_HELP_DEACTIVATE_0 = "GUI_LOG_LEVEL_FATAL_HELP_DEACTIVATE_0";
109
110    /** Message constant for key in the resource bundle. */
111    public static final String GUI_LOG_LEVEL_FATAL_MULTI_CONFIRMATION_0 = "GUI_LOG_LEVEL_FATAL_MULTI_CONFIRMATION_0";
112
113    /** Message constant for key in the resource bundle. */
114    public static final String GUI_LOG_LEVEL_FATAL_MULTI_HELP_0 = "GUI_LOG_LEVEL_FATAL_MULTI_HELP_0";
115
116    /** Message constant for key in the resource bundle. */
117    public static final String GUI_LOG_LEVEL_INFO_0 = "GUI_LOG_LEVEL_INFO_0";
118
119    /** Message constant for key in the resource bundle. */
120    public static final String GUI_LOG_LEVEL_INFO_HELP_0 = "GUI_LOG_LEVEL_INFO_HELP_0";
121
122    /** Message constant for key in the resource bundle. */
123    public static final String GUI_LOG_LEVEL_INFO_HELP_ACTIVATE_0 = "GUI_LOG_LEVEL_INFO_HELP_ACTIVATE_0";
124
125    /** Message constant for key in the resource bundle. */
126    public static final String GUI_LOG_LEVEL_INFO_HELP_DEACTIVATE_0 = "GUI_LOG_LEVEL_INFO_HELP_DEACTIVATE_0";
127
128    /** Message constant for key in the resource bundle. */
129    public static final String GUI_LOG_LEVEL_INFO_MULTI_CONFIRMATION_0 = "GUI_LOG_LEVEL_INFO_MULTI_CONFIRMATION_0";
130
131    /** Message constant for key in the resource bundle. */
132    public static final String GUI_LOG_LEVEL_INFO_MULTI_HELP_0 = "GUI_LOG_LEVEL_INFO_MULTI_HELP_0";
133
134    /** Message constant for key in the resource bundle. */
135    public static final String GUI_LOG_LEVEL_OFF_0 = "GUI_LOG_LEVEL_OFF_0";
136
137    /** Message constant for key in the resource bundle. */
138    public static final String GUI_LOG_LEVEL_OFF_HELP_0 = "GUI_LOG_LEVEL_OFF_HELP_0";
139
140    /** Message constant for key in the resource bundle. */
141    public static final String GUI_LOG_LEVEL_OFF_HELP_ACTIVATE_0 = "GUI_LOG_LEVEL_OFF_HELP_ACTIVATE_0";
142
143    /** Message constant for key in the resource bundle. */
144    public static final String GUI_LOG_LEVEL_OFF_HELP_DEACTIVATE_0 = "GUI_LOG_LEVEL_OFF_HELP_DEACTIVATE_0";
145
146    /** Message constant for key in the resource bundle. */
147    public static final String GUI_LOG_LEVEL_OFF_MULTI_CONFIRMATION_0 = "GUI_LOG_LEVEL_OFF_MULTI_CONFIRMATION_0";
148
149    /** Message constant for key in the resource bundle. */
150    public static final String GUI_LOG_LEVEL_OFF_MULTI_HELP_0 = "GUI_LOG_LEVEL_OFF_MULTI_HELP_0";
151
152    /** Message constant for key in the resource bundle. */
153    public static final String GUI_LOG_LEVEL_WARN_0 = "GUI_LOG_LEVEL_WARN_0";
154
155    /** Message constant for key in the resource bundle. */
156    public static final String GUI_LOG_LEVEL_WARN_HELP_0 = "GUI_LOG_LEVEL_WARN_HELP_0";
157
158    /** Message constant for key in the resource bundle. */
159    public static final String GUI_LOG_LEVEL_WARN_HELP_ACTIVATE_0 = "GUI_LOG_LEVEL_WARN_HELP_ACTIVATE_0";
160
161    /** Message constant for key in the resource bundle. */
162    public static final String GUI_LOG_LEVEL_WARN_HELP_DEACTIVATE_0 = "GUI_LOG_LEVEL_WARN_HELP_DEACTIVATE_0";
163
164    /** Message constant for key in the resource bundle. */
165    public static final String GUI_LOG_LEVEL_WARN_MULTI_CONFIRMATION_0 = "GUI_LOG_LEVEL_WARN_MULTI_CONFIRMATION_0";
166
167    /** Message constant for key in the resource bundle. */
168    public static final String GUI_LOG_LEVEL_WARN_MULTI_HELP_0 = "GUI_LOG_LEVEL_WARN_MULTI_HELP_0";
169
170    /** Message constant for key in the resource bundle. */
171    public static final String GUI_LOG_LIST_NAME_0 = "GUI_LOG_LIST_NAME_0";
172
173    /** Message constant for key in the resource bundle. */
174    public static final String GUI_LOG_PARENT_CHANNEL_0 = "GUI_LOG_PARENT_CHANNEL_0";
175
176    /** Message constant for key in the resource bundle. */
177    public static final String LOG_CREATING_APPENDER_0 = "LOG_CREATING_APPENDER_0";
178
179    /** Name of the used resource bundle. */
180    private static final String BUNDLE_NAME = "org.opencms.workplace.tools.workplace.logging.messages";
181
182    /** Static instance member. */
183    private static final I_CmsMessageBundle INSTANCE = new Messages();
184
185    /**
186     * Hides the public constructor for this utility class. <p>
187     */
188    private Messages() {
189
190        // hide the constructor
191    }
192
193    /**
194     * Returns an instance of this localized message accessor. <p>
195     *
196     * @return an instance of this localized message accessor
197     */
198    public static I_CmsMessageBundle get() {
199
200        return INSTANCE;
201    }
202
203    /**
204     * @see org.opencms.i18n.I_CmsMessageBundle#getBundleName()
205     */
206    public String getBundleName() {
207
208        return BUNDLE_NAME;
209    }
210
211}