8000 GitHub - logur/integration-invision: Logur logger integration for InVision go-logger interface
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

logur/integration-invision

Repository files navigation

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 InVision go-logger interface

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

Installation

go get logur.dev/integration/invision

Usage

package main

import (
	"logur.dev/logur"
	invisionintegration "logur.dev/integration/invision"
)

func main() {
	logger := invisionintegration.New(logur.NewNoopLogger())
}

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.

About

Logur logger integration for InVision go-logger interface

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0