package
0.0.0-20200917143433-b1b50a11e74b
Repository: https://github.com/al-un/alun-api.git
Documentation: pkg.go.dev
# Functions
NewConsoleLogger is the ConsoleLogger constructor.
NewSilenceLogger is the SilenceLogger constructor.
# Variables
LogLevelDebug for development.
LogLevelError now that's a problem.
LogLevelFatal is "Holy cow, we're fucked".
LogLevelInfo for standard logging.
LogLevelVerbose to say everything.
LogLevelWarn is...starting to get problems.
# Structs
ConsoleLogger is the standard STDOUT logger.
LogLevel defines the minimum logging for a specific logger.
SilenceLogger is the standard STDOUT logger.
# Interfaces
Logger defines logging behaviour.