| 程序包 | 说明 |
|---|---|
| org.jupiter.common.concurrent | |
| org.jupiter.common.util.internal.logging |
Internal-use-only logging API which is not allowed to be used outside Jupiter.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected static InternalLogger |
AbstractRejectedExecutionHandler.logger |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractInternalLogger
A skeletal implementation of
InternalLogger. |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2018. All rights reserved.