iperf3exporter/vendor/github.com/DisgoOrg/log
Marvin Preuss 2343c9588a
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
first commit
2021-10-20 10:08:56 +02:00
..
.gitignore first commit 2021-10-20 10:08:56 +02:00
color_windows.go first commit 2021-10-20 10:08:56 +02:00
LICENSE first commit 2021-10-20 10:08:56 +02:00
logger.go first commit 2021-10-20 10:08:56 +02:00
README.md first commit 2021-10-20 10:08:56 +02:00
simple_logger.go first commit 2021-10-20 10:08:56 +02:00
style.go first commit 2021-10-20 10:08:56 +02:00

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