| Package | Description |
|---|---|
| com.volcengine.observability.debugger |
| Modifier and Type | Method and Description |
|---|---|
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
LogLevel.combine(LogLevel... modes)
组合多个模式为 flags
|
void |
SdkDebugLog.debug(LogLevel logLevelEnum,
String msg,
Object... args) |
boolean |
SdkDebugLog.matches(LogLevel logLevelEnum) |
Copyright © 2025. All rights reserved.