| 程序包 | 说明 |
|---|---|
| cc.concurrent.mango.util.logging |
| 限定符和类型 | 类和说明 |
|---|---|
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 |
Log4JLoggerFactory.newInstance(String name) |
InternalLogger |
JdkLoggerFactory.newInstance(String name) |
protected abstract InternalLogger |
InternalLoggerFactory.newInstance(String name)
Creates a new logger instance with the specified name.
|
InternalLogger |
CommonsLoggerFactory.newInstance(String name) |
Copyright © 2014. All rights reserved.