| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLogger
A skeletal implementation of
Logger. |
class |
NoLogger
dumpy
AbstractLogger implementation. |
class |
Slf4jLogger
SLF4J logger.
|
class |
StdOutLogger
Logger implementaion by
System.out and System.error. |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
LoggerFactory.getLogger(Class<?> clazz)
Creates a new logger instance with the name of the specified class.
|
static Logger |
LoggerFactory.getLogger(String name)
Creates a new logger instance with the specified name.
|
Logger |
Slf4jLoggerFactory.newInstance(String name) |
protected abstract Logger |
LoggerFactory.newInstance(String name)
Creates a new logger instance with the specified name.
|
protected Logger |
NoLoggerFactory.newInstance(String name) |
Logger |
Log4J2LoggerFactory.newInstance(String name) |
protected Logger |
StdOutLoggerFactory.newInstance(String name) |
Copyright © 2022. All rights reserved.