Package | Description |
---|---|
org.apache.log4j | |
org.apache.log4j.spi |
Modifier and Type | Method and Description |
---|---|
static Logger |
Category.exists(String name) |
static Logger |
JBossLogManagerFacade.exists(String name)
Checks the log context for an attached logger.
|
static Logger |
LogManager.exists(String name) |
Logger |
Hierarchy.exists(String name) |
static Logger |
LogManager.getLogger(Class clazz) |
static Logger |
Logger.getLogger(Class clazz) |
static Logger |
JBossLogManagerFacade.getLogger(org.jboss.logmanager.Logger lmLogger)
Gets the log4j logger that is attached to the JBoss Log Manager logger.
|
static Logger |
JBossLogManagerFacade.getLogger(org.apache.log4j.spi.LoggerRepository repository,
String name,
org.apache.log4j.spi.LoggerFactory factory)
Gets the logger.
|
static Logger |
LogManager.getLogger(String name) |
static Logger |
Logger.getLogger(String name) |
Logger |
Hierarchy.getLogger(String name) |
static Logger |
LogManager.getLogger(String name,
org.apache.log4j.spi.LoggerFactory factory) |
static Logger |
Logger.getLogger(String name,
org.apache.log4j.spi.LoggerFactory factory) |
Logger |
Hierarchy.getLogger(String name,
org.apache.log4j.spi.LoggerFactory factory) |
static Logger |
LogManager.getRootLogger() |
static Logger |
Logger.getRootLogger() |
Logger |
Hierarchy.getRootLogger() |
Modifier and Type | Method and Description |
---|---|
static Collection<Logger> |
JBossLogManagerFacade.getLoggers()
Returns a collection of the loggers that exist.
|
Constructor and Description |
---|
Hierarchy(Logger root) |
Modifier and Type | Class and Description |
---|---|
class |
NOPLogger
No-operation implementation of Logger used by NOPLoggerRepository.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.