Package com.mongodb.diagnostics.logging
Class Loggers
- java.lang.Object
 - 
- com.mongodb.diagnostics.logging.Loggers
 
 
- 
public final class Loggers extends Object
This class is not part of the public API.- Since:
 - 3.0
 
 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LoggergetLogger(String suffix)Gets a logger with the given suffix appended on toPREFIX, separated by a '.'. 
 - 
 
- 
- 
Field Detail
- 
PREFIX
public static final String PREFIX
The prefix for all logger names.- See Also:
 - Constant Field Values
 
 
 - 
 
 -