CUBRID Engine  latest
msgcat_set_log.hpp
Go to the documentation of this file.
1 /*
2  * Copyright 2008 Search Solution Corporation
3  * Copyright 2016 CUBRID Corporation
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  */
18 
19 //
20 // Message catalog set for log module
21 //
22 
23 #ifndef _MSGCAT_SET_LOG_HPP_
24 #define _MSGCAT_SET_LOG_HPP_
25 
26 /*
27  * Message id in the set MSGCAT_SET_LOG
28  * in the message catalog MSGCAT_CATALOG_CUBRID (file cubrid.msg).
29  */
30 #define MSGCAT_LOG_STARTS 1
31 #define MSGCAT_LOG_LOGARCHIVE_NEEDED 2
32 #define MSGCAT_LOG_BACKUPINFO_NEEDED 3
33 #define MSGCAT_LOG_NEWLOCATION 4
34 #define MSGCAT_LOG_LOGINFO_COMMENT 5
35 #define MSGCAT_LOG_LOGINFO_COMMENT_ARCHIVE_NONEEDED 6
36 #define MSGCAT_LOG_LOGINFO_COMMENT_MANY_ARCHIVES_NONEEDED 7
37 #define MSGCAT_LOG_LOGINFO_COMMENT_FROM_RENAMED 8
38 #define MSGCAT_LOG_LOGINFO_ARCHIVE 9
39 #define MSGCAT_LOG_LOGINFO_KEYWORD_ARCHIVE 10
40 #define MSGCAT_LOG_LOGINFO_REMOVE_REASON 11
41 #define MSGCAT_LOG_LOGINFO_ACTIVE 12
42 #define MSGCAT_LOG_FINISH_COMMIT 13
43 #define MSGCAT_LOG_FINISH_ABORT 14
44 #define MSGCAT_LOG_INCOMPLTE_MEDIA_RECOVERY 15
45 #define MSGCAT_LOG_RESETLOG_DUE_INCOMPLTE_MEDIA_RECOVERY 16
46 #define MSGCAT_LOG_DATABASE_BACKUP_WAS_TAKEN 17
47 #define MSGCAT_LOG_MEDIACRASH_NOT_IMPORTANT 18
48 #define MSGCAT_LOG_DELETE_BKVOLS 19
49 #define MSGCAT_LOG_ENTER_Y2_CONFIRM 20
50 #define MSGCAT_LOG_BACKUP_HALTED_BY_USER 21
51 #define MSGCAT_LOG_LOGINFO_ARCHIVES_NEEDED_FOR_RESTORE 22
52 #define MSGCAT_LOG_LOGINFO_PENDING_ARCHIVES_RELEASED 23
53 #define MSGCAT_LOG_LOGINFO_NOTPENDING_ARCHIVE_COMMENT 24
54 #define MSGCAT_LOG_LOGINFO_MULT_NOTPENDING_ARCHIVES_COMMENT 25
55 #define MSGCAT_LOG_READ_ERROR_DURING_RESTORE 26
56 #define MSGCAT_LOG_INPUT_RANGE_ERROR 27
57 #define MSGCAT_LOG_UPTODATE_ERROR 28
58 #define MSGCAT_LOG_LOGINFO_COMMENT_UNUSED_ARCHIVE_NAME 29
59 #define MSGCAT_LOG_MAX_ARCHIVES_HAS_BEEN_EXCEEDED 30
60 
61 #endif // _MSGCAT_SET_LOG_HPP_