Warning
This project is archived and no longer maintained. Consider using log/slog
instead.
Read more about why it was archived in this post.
Logur integration for Watermill
go get logur.dev/integration/watermill
package main
import (
"logur.dev/logur"
watermillintegration "logur.dev/integration/watermill"
)
func main() {
logger := watermillintegration.New(logur.NewNoopLogger())
}
When all coding and testing is done, please run the test suite:
$ make check
The MIT License (MIT). Please see License File for more information.