summaryrefslogtreecommitdiffstats
path: root/logging-sdk/src/main/java/org/openo/log/impl/LogConst.java
diff options
context:
space:
mode:
authorZhaoxing <meng.zhaoxing1@zte.com.cn>2017-08-08 14:02:53 +0800
committerZhaoxing <meng.zhaoxing1@zte.com.cn>2017-08-08 14:02:53 +0800
commitc0604184b2aa8cff924ca783ec6b36f1f5988775 (patch)
tree1c70ffe1ad90c915b3382a37eb2fa80901519c7b /logging-sdk/src/main/java/org/openo/log/impl/LogConst.java
parent706fc9fed496972968fde136c3e4e10f9578a5b3 (diff)
init code
Change-Id: Icd0948118397b256da70dfbcbbec5520dc5eafd4 Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
Diffstat (limited to 'logging-sdk/src/main/java/org/openo/log/impl/LogConst.java')
-rw-r--r--logging-sdk/src/main/java/org/openo/log/impl/LogConst.java37
1 files changed, 0 insertions, 37 deletions
diff --git a/logging-sdk/src/main/java/org/openo/log/impl/LogConst.java b/logging-sdk/src/main/java/org/openo/log/impl/LogConst.java
deleted file mode 100644
index 1e45313..0000000
--- a/logging-sdk/src/main/java/org/openo/log/impl/LogConst.java
+++ /dev/null
@@ -1,37 +0,0 @@
-/**
- * Copyright 2017 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.openo.log.impl;
-
-public class LogConst {
- private LogConst() {
-
- }
-
- public final static int CMD_LOG_FLAG = 1;
- public final static int SYS_LOG_FLAG = 2;
- public final static int SECRET_LOG_FLAG = 3;
-
- public final static String AUDITLOG_OPERATION = "auditlog_operation";
- public final static String AUDITLOG_SECURITY = "auditlog_security";
- public final static String AUDITLOG_SYSTEM = "auditlog_system";
-
- public final static String OPERLOG_TYPE = "operlog";
- public final static String SERLOG_TYPE = "seclog";
- public final static String SYSLOG_TYPE = "syslog";
-
-
-
-}