| Package | Description |
|---|---|
| org.apache.skywalking.apm.agent.core.conf | |
| org.apache.skywalking.apm.agent.core.logging.core |
| Modifier and Type | Field and Description |
|---|---|
static LogLevel |
Config.Logging.LEVEL
The log level.
|
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
LogEvent.getLevel() |
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 |
|---|---|
protected void |
PatternLogger.logger(LogLevel level,
String message,
Throwable e) |
void |
LogEvent.setLevel(LogLevel level) |
| Constructor and Description |
|---|
LogEvent(LogLevel level,
String message,
Throwable throwable,
String targetClass) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.