public static enum DefaultSystemLog.LogType extends Enum<DefaultSystemLog.LogType>
| 枚举常量和说明 |
|---|
DEFAULT
默认
|
ERROR
异常
|
REQUEST
请求
|
REQUEST_ERROR |
public static final DefaultSystemLog.LogType REQUEST
public static final DefaultSystemLog.LogType REQUEST_ERROR
public static final DefaultSystemLog.LogType DEFAULT
public static final DefaultSystemLog.LogType ERROR
public static DefaultSystemLog.LogType[] values()
for (DefaultSystemLog.LogType c : DefaultSystemLog.LogType.values()) System.out.println(c);
public static DefaultSystemLog.LogType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2017–2018. All rights reserved.