Uses of Interface
org.bson.diagnostics.Logger
-
Packages that use Logger Package Description org.bson.diagnostics Contains the classes for visibility of the BSON layer, for example Logging. -
-
Uses of Logger in org.bson.diagnostics
Methods in org.bson.diagnostics that return Logger Modifier and Type Method Description static Logger
Loggers. getLogger(String suffix)
Gets a logger with the given suffix appended on toPREFIX
, separated by a '.'.
-