Package | Description |
---|---|
org.jboss.logmanager | |
org.jboss.logmanager.config |
Modifier and Type | Field and Description |
---|---|
private Logger |
LoggingUncaughtExceptionHandler.log |
private static Logger |
LogService.log |
private static Logger |
LogService.rootLogger |
Modifier and Type | Method and Description |
---|---|
(package private) Logger |
LoggerNode.createLogger() |
Logger |
LogManager.getLogger(java.lang.String name)
Get or create a logger with the given name.
|
Logger |
LogContext.getLogger(java.lang.String name)
Get a logger with the given name from this logging context.
|
static Logger |
Logger.getLogger(java.lang.String name)
Static logger factory method which returns a JBoss LogManager logger.
|
static Logger |
Logger.getLogger(java.lang.String name,
java.lang.String bundleName)
Static logger factory method which returns a JBoss LogManager logger.
|
Logger |
LogContext.getLoggerIfExists(java.lang.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.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Logger> |
LogContextConfigurationImpl.loggerRefs |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Map<java.lang.String,Logger> |
LogContextConfigurationImpl.getLoggerRefs() |