package
0.0.0-20200914181704-45d683643969
Repository: https://github.com/camolezi/microservicesgolang.git
Documentation: pkg.go.dev

# Functions

NewLogger return a new usable logger.

# Constants

DebugLevel enable debug,warning and errors logs.
ErrorLevel enable only errors logs.
WarningLevel enable only errors and warnings.

# Interfaces

Logger is the interface used for logging.

# Type aliases

LogLevel defines the level of logging of the aplication.