添加常量,添加日志类型
This commit is contained in:
@@ -32,6 +32,8 @@ public enum LogBusBaseType implements LogBusType {
|
||||
SENTINEL(50, "Sentinel"),
|
||||
// Storage
|
||||
STORAGE(60, "Storage"),
|
||||
// 操作日志
|
||||
OPT_LOG(70, "OptLog"),
|
||||
// Http
|
||||
HTTP(80, "Http工具"),
|
||||
HTTP_REQUEST(81, "Http请求"),
|
||||
@@ -99,4 +101,5 @@ public enum LogBusBaseType implements LogBusType {
|
||||
public String desc() {
|
||||
return desc;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user