public final class Loggers extends Object
| Modifier and Type | Field | Description | 
|---|---|---|
| static String | PREFIX | The prefix for all logger names. | 
| Modifier and Type | Method | 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