Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.22 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.22 KB

Logur adapter for Logrus

GitHub Workflow Status Codecov Go Report Card Go Version go.dev reference

Installation

go get logur.dev/adapter/logrus

Usage

package main

import (
	"github.com/sirupsen/logrus"
	logrusadapter "logur.dev/adapter/logrus"
)

func main() {
	logger := logrusadapter.New(logrus.New())
}

Development

When all coding and testing is done, please run the test suite:

$ make check

License

The MIT License (MIT). Please see License File for more information.