Package | Description |
---|---|
org.jboss.logmanager |
Modifier and Type | Method | Description |
---|---|---|
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 |
LogManager.getLogger(java.lang.String name) |
Get or create a logger with the given name.
|
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 | Description |
---|---|
LoggingUncaughtExceptionHandler(Logger log) |
Create a new instance.
|
Copyright © 2018. All rights reserved.