| Package | Description |
|---|---|
| io.micrometer.core.util.internal.logging |
NOTE: This file has been copied and slightly modified from {io.netty.util.internal.logging}.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInternalLogger
NOTE: This file has been copied and slightly modified from {io.netty.util.internal.logging}.
|
| Modifier and Type | Method and Description |
|---|---|
static InternalLogger |
InternalLoggerFactory.getInstance(Class<?> clazz)
Creates a new logger instance with the name of the specified class.
|
static InternalLogger |
InternalLoggerFactory.getInstance(String name)
Creates a new logger instance with the specified name.
|
InternalLogger |
Slf4JLoggerFactory.newInstance(String name) |
InternalLogger |
JdkLoggerFactory.newInstance(String name) |
protected abstract InternalLogger |
InternalLoggerFactory.newInstance(String name)
Creates a new logger instance with the specified name.
|
Copyright © 2020 LeanCloud. All rights reserved.