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