workgroups/vendor/github.com/DisgoOrg/log/README.md
Marvin Preuss 1d4ae27878
All checks were successful
continuous-integration/drone/push Build is passing
ci: drone yaml with reusable anchors
2021-09-24 17:34:17 +02:00

1.2 KiB

log

Go Reference Go Report Go Version License Disgo Version Disgo Discord

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