fxlogger

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2021 License: MIT Imports: 6 Imported by: 11

README

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))))

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Default

func Default() func() fxevent.Logger

Default logger for fxevent.

func WithZerolog

func WithZerolog(l zerolog.Logger) func() fxevent.Logger

WithZerolog customize zerolog instance for fxevent.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL