Package | Description |
---|---|
java.util.logging |
Modifier and Type | Method and Description |
---|---|
static Logger |
Logger.getAnonymousLogger()
Each call to this method creates a new Logger.
|
static Logger |
Logger.getGlobal()
Get the logger with the name Logger.GLOBAL_LOGGER_NAME.
|
static Logger |
Logger.getLogger(String name)
Find or create a logger.
|
Logger |
LogManager.getLogger(String name)
Find a named logger.
|
Logger |
Logger.getParent()
Get the parent of this logger.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LogManager.addLogger(Logger logger)
Add a named logger.
|