Package | Description |
---|---|
org.apache.log4j |
Logging API of Apache Log4j 1.2 for tinylog 2.
|
Modifier and Type | Method and Description |
---|---|
static Logger |
Logger.getLogger(String name,
LoggerFactory factory)
Like
Logger.getLogger(String) except that the type of logger instantiated depends on the type returned by the
makeNewLoggerInstance(java.lang.String) method of the factory parameter. |
static Logger |
LogManager.getLogger(String name,
LoggerFactory factory)
Retrieves a logger by name.
|
Copyright © 2020. All rights reserved.