# Functions
Debugf logs a message at level Debug on the standard logger.
Errorf logs a message at level Error on the standard logger.
Fatalf logs a message at level Fatal on the standard logger.
Infof logs a message at level Info on the standard logger.
SetLogLevel sets log level.
Warnf logs a message at level Warn on the standard logger.
# Type aliases
Fields sets fields on the logger.