# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
Debug logs a message at level Debug on the standard logger.
Debugf logs a message at level Debug on the standard logger.
DebugFn logs a message from a func at level Debug on the standard logger.
DebugFnX logs a message from a func at level Debug on the standard logger.
DebugfX logs a message at level Debug on the standard logger.
Debugln logs a message at level Debug on the standard logger.
DebuglnX logs a message at level Debug on the standard logger.
DebugX logs a message at level Debug on the standard logger.
Error logs a message at level Error on the standard logger.
Errorf logs a message at level Error on the standard logger.
ErrorFn logs a message from a func at level Error on the standard logger.
ErrorFnX logs a message from a func at level Error on the standard logger.
ErrorfX logs a message at level Error on the standard logger.
Errorln logs a message at level Error on the standard logger.
ErrorlnX logs a message at level Error on the standard logger.
ErrorX logs a message at level Error on the standard logger.
Fatal logs a message at level Fatal on the standard logger then the process will exit with status set to 1.
Fatalf logs a message at level Fatal on the standard logger then the process will exit with status set to 1.
FatalFn logs a message from a func at level Fatal on the standard logger then the process will exit with status set to 1.
FatalFnX logs a message from a func at level Fatal on the standard logger then the process will exit with status set to 1.
FatalfX logs a message at level Fatal on the standard logger then the process will exit with status set to 1.
Fatalln logs a message at level Fatal on the standard logger then the process will exit with status set to 1.
FatallnX logs a message at level Fatal on the standard logger then the process will exit with status set to 1.
FatalX logs a message at level Fatal on the standard logger then the process will exit with status set to 1.
Info logs a message at level Info on the standard logger.
Infof logs a message at level Info on the standard logger.
InfoFn logs a message from a func at level Info on the standard logger.
InfoFnX logs a message from a func at level Info on the standard logger.
InfofX logs a message at level Info on the standard logger.
Infoln logs a message at level Info on the standard logger.
InfolnX logs a message at level Info on the standard logger.
InfoX logs a message at level Info on the standard logger.
No description provided by the author
Panic logs a message at level Panic on the standard logger.
Panicf logs a message at level Panic on the standard logger.
PanicFn logs a message from a func at level Panic on the standard logger.
PanicFnX logs a message from a func at level Panic on the standard logger.
PanicfX logs a message at level Panic on the standard logger.
Panicln logs a message at level Panic on the standard logger.
PaniclnX logs a message at level Panic on the standard logger.
PanicX logs a message at level Panic on the standard logger.
Print logs a message at level Info on the standard logger.
Printf logs a message at level Info on the standard logger.
PrintFn logs a message from a func at level Info on the standard logger.
PrintFnX logs a message from a func at level Info on the standard logger.
PrintfX logs a message at level Info on the standard logger.
Println logs a message at level Info on the standard logger.
PrintlnX logs a message at level Info on the standard logger.
PrintX logs a message at level Info on the standard logger.
Trace logs a message at level Trace on the standard logger.
Tracef logs a message at level Trace on the standard logger.
TraceFn logs a message from a func at level Trace on the standard logger.
TraceFnX logs a message from a func at level Trace on the standard logger.
TracefX logs a message at level Trace on the standard logger.
Traceln logs a message at level Trace on the standard logger.
TracelnX logs a message at level Trace on the standard logger.
TraceX logs a message at level Trace on the standard logger.
Warn logs a message at level Warn on the standard logger.
Warnf logs a message at level Warn on the standard logger.
WarnFn logs a message from a func at level Warn on the standard logger.
WarnFnX logs a message from a func at level Warn on the standard logger.
WarnfX logs a message at level Warn on the standard logger.
Warning logs a message at level Warn on the standard logger.
Warningf logs a message at level Warn on the standard logger.
WarningFn logs a message from a func at level Warn on the standard logger.
WarningFnX logs a message from a func at level Warn on the standard logger.
WarningfX logs a message at level Warn on the standard logger.
Warningln logs a message at level Warn on the standard logger.
WarninglnX logs a message at level Warn on the standard logger.
WarningX logs a message at level Warn on the standard logger.
Warnln logs a message at level Warn on the standard logger.
WarnlnX logs a message at level Warn on the standard logger.
WarnX logs a message at level Warn on the standard logger.
WithContext creates an entry from the standard logger and adds a context to it.
WithError creates an entry from the standard logger and adds an error to it, using the value defined in ErrorKey as key.
WithField creates an entry from the standard logger and adds a field to it.
WithFields creates an entry from the standard logger and adds multiple fields to it.
WithTime creates an entry from the standard logger and overrides the time of logs generated with it.
# Variables
No description provided by the author