static Logger |
Category.exists(String name) |
Deprecated.
|
static Logger |
LogManager.exists(String name) |
|
static Logger |
Logger.getLogger(Class clazz) |
Shorthand for getLogger(clazz.getName()).
|
static Logger |
Logger.getLogger(String name) |
Retrieve a logger named according to the value of the name parameter.
|
static Logger |
Logger.getLogger(String name,
org.apache.log4j.spi.LoggerFactory factory) |
Like getLogger(String) except that the type of logger instantiated depends on the type returned by the
LoggerFactory.makeNewLoggerInstance(java.lang.String) method of the
factory parameter.
|
static Logger |
LogManager.getLogger(Class clazz) |
Retrieve the appropriate Logger instance.
|
static Logger |
LogManager.getLogger(String name) |
Retrieve the appropriate Logger instance.
|
static Logger |
LogManager.getLogger(String name,
org.apache.log4j.spi.LoggerFactory factory) |
Retrieve the appropriate Logger instance.
|
static Logger |
Logger.getRootLogger() |
Return the root logger for the current logger repository.
|
static Logger |
LogManager.getRootLogger() |
Retrieve the appropriate root logger.
|