| 程序包 | 说明 |
|---|---|
| cc.concurrent.mango.util.logging |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CommonsLoggerFactory
Logger factory which creates an
Apache Commons Logging
logger.
|
class |
JdkLoggerFactory
Logger factory which creates a
java.util.logging
logger.
|
class |
Log4JLoggerFactory
Logger factory which creates an
Apache Log4J
logger.
|
class |
Slf4JLoggerFactory
Logger factory which creates a SLF4J
logger.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static InternalLoggerFactory |
InternalLoggerFactory.getDefaultFactory()
Returns the default factory.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
InternalLoggerFactory.setDefaultFactory(InternalLoggerFactory defaultFactory)
Changes the default factory.
|
Copyright © 2014. All rights reserved.