package
1.3.2
Repository: https://github.com/leanovate/microtools.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewLogger configure a Logger implementation.
NewSimpleLogger creates a simple Logger based on the golang log package.
NewSimpleLoggerNull create a simple Logger discarding all log entries (i.e.
No description provided by the author

# Constants

Debug level.
Error level.
Fatal level, is the highest logging level for fatal errors (e.g.
Info level.
Warn level.

# Variables

DefaultOptions common default options.

# Structs

Options required to configure a Logger implementation.

# Interfaces

Logger is a generic logger interface to the different logger implementations.
No description provided by the author

# Type aliases

Level is an enumeration type of the supported loging levels.