Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 1.21 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.21 KB

Go Reference Go Report Go Version License Disgo Version Disgo Discord

log

The Logger interface can be used instead to give the user choice over which logger they want use

This lib ships with a default implementation of the Logger interface

SimpleLogger is a wrapped standard Logger to fit the Logger interface

You can use your own implementation or a library like logrus

Installing

go get github.com/disgoorg/log