Details
-
New Feature
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
Description
The Java driver currently assumes that logging will be done through SLF4J or java.util.logging.
There doesn't appear to be a way to integrate the driver with a custom logging framework, making it difficult to integrate logging in middleware libraries that supply their own logging.
The MongoDB C Driver allows for library users to specify logging callbacks.