Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.15 KB

File metadata and controls

33 lines (22 loc) · 1.15 KB

fxlogger

MIT License GoDoc GitHub release GitHub go.mod Go version Go Report Card Issues

fxevent zerolog adoptor for go-uber/fx 1.14.0+.

Installation

go get github.com/ipfans/fxlogger@latest

Usage

fx.New(fx.WithLogger(fxlogger.Default()))

// or

fx.New(fx.WithLogger(fxlogger.WithZerolog(zerolog.New(os.Stdout))))

Contributors