public final class Loggers
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PREFIX
The prefix for all logger names.
|
| Modifier | Constructor and Description |
|---|---|
private |
Loggers() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.logging.Logger |
getLogger(java.lang.String suffix)
Gets a logger with the given suffix appended on to
PREFIX, separated by a '.'. |
public static final java.lang.String PREFIX
public static java.util.logging.Logger getLogger(java.lang.String suffix)
PREFIX, separated by a '.'.suffix - the suffix for the logger.PREFIX