Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Latest commit

 

History

History
49 lines (32 loc) · 1.52 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.52 KB

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 Uber's Zap

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

Installation

go get logur.dev/integration/zap

Usage

package main

import (
	"logur.dev/logur"
	zapintegration "logur.dev/integration/zap"
)

func main() {
	logger := zapintegration.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.