A Logger that logs the DB activities between the server and the database.
https://www.mongodb.com/docs/drivers/node/current/fundamentals/monitoring/cluster-monitoring/ for information about the MongoDB events.
Private
Protected
Monitoring events related to the connection between the server and the database.
clusterLogging
Monitoring events related to the command that is sent to the database.
commandLogging
Executing the logging function
Indicating whether the logger should log the Cluster-related events
Indicating whether the logger should log the Command-related events
A Logger that logs the DB activities between the server and the database.
See
https://www.mongodb.com/docs/drivers/node/current/fundamentals/monitoring/cluster-monitoring/ for information about the MongoDB events.