public enum AlivcLivePushLogLevel extends java.lang.Enum<AlivcLivePushLogLevel>
Enum Constant and Description |
---|
AlivcLivePushLogLevelAll
SDK log级别
- AlivcLivePushLogLevelAll: 全部
- AlivcLivePushLogLevelVerbose: 冗长
- AlivcLivePushLogLevelDebug: 调试
- AlivcLivePushLogLevelInfo: 提示
- AlivcLivePushLogLevelWarn: 警告
- AlivcLivePushLogLevelError: 错误
- AlivcLivePushLogLevelNone: 不输出日志
|
AlivcLivePushLogLevelDebug |
AlivcLivePushLogLevelError |
AlivcLivePushLogLevelInfo |
AlivcLivePushLogLevelNone |
AlivcLivePushLogLevelVerbose |
AlivcLivePushLogLevelWarn |
Modifier and Type | Method and Description |
---|---|
int |
getLevel() |
static AlivcLivePushLogLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcLivePushLogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlivcLivePushLogLevel AlivcLivePushLogLevelAll
public static final AlivcLivePushLogLevel AlivcLivePushLogLevelVerbose
public static final AlivcLivePushLogLevel AlivcLivePushLogLevelDebug
public static final AlivcLivePushLogLevel AlivcLivePushLogLevelInfo
public static final AlivcLivePushLogLevel AlivcLivePushLogLevelWarn
public static final AlivcLivePushLogLevel AlivcLivePushLogLevelError
public static final AlivcLivePushLogLevel AlivcLivePushLogLevelNone
public static AlivcLivePushLogLevel[] values()
for (AlivcLivePushLogLevel c : AlivcLivePushLogLevel.values()) System.out.println(c);
public static AlivcLivePushLogLevel valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getLevel()