# 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.
No description provided by the author
Warnf logs a message at level Warn on the standard logger.
# Type aliases
No description provided by the author