| Modifier and Type | Class and Description |
|---|---|
class |
Log4J2LoggerFactory
LoggerFactory log4j2 implementation. |
class |
NoLoggerFactory
dumpy
LoggerFactory implementation. |
class |
Slf4jLoggerFactory
Logger factory which creates a SLF4J logger.
|
class |
StdOutLoggerFactory
LoggerFactory standard io stream implementation. |
| Modifier and Type | Field and Description |
|---|---|
static LoggerFactory |
Slf4jLoggerFactory.INSTANCE |
static LoggerFactory |
NoLoggerFactory.INSTANCE |
static LoggerFactory |
Log4J2LoggerFactory.INSTANCE |
static LoggerFactory |
StdOutLoggerFactory.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static LoggerFactory |
LoggerFactory.getDefaultFactory()
Returns the default factory.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LoggerFactory.setDefaultFactory(LoggerFactory defaultFactory)
Changes the default factory.
|
Copyright © 2022. All rights reserved.