# Functions

Debug logs an debug message with the parameters.
Debugf logs a formatted debug message.
Error logs an error message with the parameters.
Errorf logs a formatted error message.
Fatal logs an fatal message with the parameters.
Fatalf logs a formatted fatal message.
Info logs an info message with the parameters.
Infof logs a formatted info message.
SetLogger sets the default logger to be used by this package.
Warn logs an warn message with the parameters.
Warnf logs a formatted warn message.