| Modifier and Type | Method and Description |
|---|---|
static LogFactory |
LogFactory.create()
决定日志实现
|
static LogFactory |
GlobalFactory.get()
获取单例日志工厂类,如果不存在创建之
|
static LogFactory |
LogFactory.getCurrentLogFactory() |
static LogFactory |
GlobalFactory.set(Class<? extends LogFactory> logFactoryClass)
自定义日志实现
|
static LogFactory |
GlobalFactory.set(LogFactory logFactory)
自定义日志实现
|
static LogFactory |
LogFactory.setCurrentLogFactory(Class<? extends LogFactory> logFactoryClass)
自定义日志实现
|
static LogFactory |
LogFactory.setCurrentLogFactory(LogFactory logFactory)
自定义日志实现
|
| Modifier and Type | Method and Description |
|---|---|
static LogFactory |
GlobalFactory.set(LogFactory logFactory)
自定义日志实现
|
static LogFactory |
LogFactory.setCurrentLogFactory(LogFactory logFactory)
自定义日志实现
|
| Modifier and Type | Method and Description |
|---|---|
static LogFactory |
GlobalFactory.set(Class<? extends LogFactory> logFactoryClass)
自定义日志实现
|
static LogFactory |
LogFactory.setCurrentLogFactory(Class<? extends LogFactory> logFactoryClass)
自定义日志实现
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApacheCommonsLogFactory
Apache Commons Logging
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleLogFactory
利用System.out.println()打印日志
|
| Modifier and Type | Class and Description |
|---|---|
class |
JbossLogFactory
Jboss-Loggin log.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdkLogFactory
JDK日志工厂类
java.util.logging log.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Log4jLogFactory
Apache Log4J log.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Log4j2LogFactory
Apache Log4J 2 log.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Slf4jLogFactory
SLF4J log.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TinyLogFactory
TinyLog log.
|
Copyright © 2019. All rights reserved.