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