| Package | Description |
|---|---|
| org.bson.codecs.pojo |
This package contains classes specific to mapping user POJOs.
|
| org.bson.diagnostics |
Contains the classes for visibility of the BSON layer, for example Logging.
|
| org.bson.types |
Contains classes implementing various BSON types.
|
| Modifier and Type | Field and Description |
|---|---|
private static Logger |
PojoCodecImpl.LOGGER |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
JULLogger |
(package private) class |
SLF4JLogger |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
Loggers.getLogger(java.lang.String suffix)
Gets a logger with the given suffix appended on to
PREFIX, separated by a '.'. |
| Modifier and Type | Field and Description |
|---|---|
(package private) static Logger |
ObjectId.LOGGER |