disgoorg / log

Logger Interface with default Logger used for various disgo projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Logger Interface with default Logger used for various disgo projects

License:Apache License 2.0


Languages

Language:Go 100.0%