Package | Description |
---|---|
org.apache.log4j |
The main log4j package.
|
org.jboss.logmanager |
Modifier and Type | Method and Description |
---|---|
static Logger |
JBossLogManagerFacade.getJBossLogger(String name)
Returns a JBoss Log Manger logger.
|
static Logger |
JBossLogManagerFacade.getJBossRootLogger()
Returns the root JBoss logger from the JBoss log manager.
|
Modifier and Type | Method and Description |
---|---|
static Collection<Logger> |
JBossLogManagerFacade.getJBossLoggers()
Returns a collection of the loggers that exist.
|
Modifier and Type | Method and Description |
---|---|
static Logger |
JBossLogManagerFacade.getLogger(Logger lmLogger)
Gets the log4j logger that is attached to the JBoss Log Manager logger.
|
Modifier and Type | Method and Description |
---|---|
static Logger |
Logger.getLogger(String name)
Static logger factory method which returns a JBoss LogManager logger.
|
Logger |
LogManager.getLogger(String name)
Get or create a logger with the given name.
|
Logger |
LogContext.getLogger(String name)
Get a logger with the given name from this logging context.
|
static Logger |
Logger.getLogger(String name,
String bundleName)
Static logger factory method which returns a JBoss LogManager logger.
|
Logger |
LogContext.getLoggerIfExists(String name)
Get a logger with the given name from this logging context, if a logger node exists at that location.
|
Logger |
Logger.getParent() |
Constructor and Description |
---|
LoggingUncaughtExceptionHandler(Logger log)
Create a new instance.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.