Categorygithub.com/likearthian/go-logger
modulepackage
0.0.0-20201222085625-8250195f9e54
Repository: https://github.com/likearthian/go-logger.git
Documentation: pkg.go.dev

# Packages

Package level implements leveled logging on top of Go kit's log package.

# Functions

NewCliLogger returns a Logger with plain cli format.
NewJsonLogger returns a Logger with plain cli format.
WithOutput configures the logger output to w io.Writer.

# Structs

No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

LoggerFunc is an adapter to allow use of ordinary functions as Loggers.
No description provided by the author