a default mongodb driver log implementation
go get github.com/itzngga/mongologclientOptions := options.Client().ApplyURI("mongodb://localhost:27017/")
clientOptions.SetMonitor(mongolog.New()) // <- the loggerto this example
Pull Request are pleased to