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.
|
private static boolean |
USE_SLF4J |
Modifier | Constructor and Description |
---|---|
private |
Loggers() |
Modifier and Type | Method and Description |
---|---|
static Logger |
getLogger(java.lang.String suffix)
Gets a logger with the given suffix appended on to
PREFIX , separated by a '.'. |
private static boolean |
shouldUseSLF4J() |
public static final java.lang.String PREFIX
private static final boolean USE_SLF4J