package
0.0.0-20210302152432-50d91fd29f9f
Repository: https://github.com/lovung/gocleanarchitecture.git
Documentation: pkg.go.dev

# Functions

Debug logs as the debug level.
Debugf logs as the debug level.
Error logs as the ERROR level.
Errorf logs as the ERROR level.
Info logs as the info level.
Infof logs as the info level.
Init the instance of logger.
Instance the logger instance.
Printf is converted to an Info call because Zap does not have Printf().
SetLevel to set the new level for logger.
Warn logs as the WARN level.
Warnf logs as the WARN level.

# Constants

LogLevel constants.
LogLevel constants.
LogLevel constants.
LogLevel constants.

# Type aliases

LogLevel definition.