| Package | Description |
|---|---|
| org.apache.skywalking.apm.agent.core.logging.api | |
| org.apache.skywalking.apm.agent.core.logging.core |
| Modifier and Type | Class and Description |
|---|---|
class |
NoopLogger
No operation logger implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ILog |
LogResolver.getLogger(Class<?> clazz) |
static ILog |
LogManager.getLogger(Class<?> clazz) |
ILog |
LogResolver.getLogger(String clazz) |
static ILog |
LogManager.getLogger(String clazz) |
| Modifier and Type | Class and Description |
|---|---|
class |
PatternLogger
A flexible Logger configurable with pattern string.
|
| Modifier and Type | Method and Description |
|---|---|
ILog |
PatternLogResolver.getLogger(Class<?> clazz) |
ILog |
PatternLogResolver.getLogger(String clazz) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.