Logur adapter for hclog
go get logur.dev/adapter/hclog
package main
import (
"github.com/hashicorp/go-hclog"
hclogadapter "logur.dev/adapter/hclog"
)
func main() {
logger := hclogadapter.New(hclog.Default())
}
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.