package
0.1.16
Repository: https://github.com/neuralnorthwest/mu.git
Documentation: pkg.go.dev

# Packages

Package mock is a generated GoMock package.
No description provided by the author

# Functions

New returns a new logger based on zap.
NewAdapter creates a new Adapter and returns a log.Logger that writes to it.
NewZapLogger creates a new zap logger.
WithLevel returns an option that sets the logging level.

# Constants

DebugLevel is the debug level.
ErrorLevel is the error level.
InfoLevel is the info level.
WarnLevel is the warn level.

# Structs

Adapter adapts the Mu logger to the standard library logger.

# Interfaces

Logger is the interface for logging.

# Type aliases

Level is the level of logging.
Option is a function that configures a logger.