You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/itzngga/mongolog

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/itzngga/mongolog

v0.0.0-20231205110118-6ccb305abe18
Source
Go
Version published
Created
Source

Mongolog

GitHub Repo stars GitHub forks GitHub watchers GitHub code size in bytes

Description

a default mongodb driver log implementation

Installation

go get github.com/itzngga/mongolog

Usage

clientOptions := options.Client().ApplyURI("mongodb://localhost:27017/")
clientOptions.SetMonitor(mongolog.New()) // <- the logger

Example

to this example

License

GNU

Contribute

Pull Request are pleased to

FAQs

Package last updated on 05 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts