Package | Description |
---|---|
_templates.java.util.logging | |
_templates.javolution.util |
Modifier and Type | Field and Description |
---|---|
static Level |
Level.ALL |
static Level |
Level.CONFIG |
static Level |
Level.FINE |
static Level |
Level.FINER |
static Level |
Level.FINEST |
static Level |
Level.INFO |
static Level |
Level.OFF |
static Level |
Level.SEVERE |
static Level |
Level.WARNING |
Modifier and Type | Method and Description |
---|---|
Level |
LogRecord.getLevel() |
Modifier and Type | Method and Description |
---|---|
boolean |
Logger.isLoggable(Level level) |
void |
Logger.log(Level level,
String msg) |
void |
Logger.log(Level level,
String msg,
Throwable thrown) |
void |
Level.setLevel(Level newLevel) |
Modifier and Type | Method and Description |
---|---|
static boolean |
StandardLog.isLoggable(Level level)
Checks if a message of the given level would actually be logged
by this logger.
|
Copyright © 2005–2020 Javolution. All rights reserved.