package
2.11.8+incompatible
Repository: https://github.com/spandigital/presidium-oapi3.git
Documentation: pkg.go.dev

# Functions

Debug logs a message at level Debug on the standard logger.
Debugf logs a message at level Infof on the standard logger.
Debug logs a message with fields at level Debug on the standard logger.
Error logs a message at level Error on the standard logger.
Errorf logs a message at level Errorf on the standard logger.
ErrorWithFields logs a message with fields at level Error on the standard logger.
Fatal logs a message at level Fatal on the standard logger.
Fatalf logs a message at level Fatalf on the standard logger.
FatalWithFields logs a message with fields at level Fatal on the standard logger.
Info logs a message at level Info on the standard logger.
Infof logs a message at level Infof on the standard logger.
Debug logs a message with fields at level Debug on the standard logger.
Panic logs a message at level Panic on the standard logger.
Panicf logs a message at level Panicf on the standard logger.
PanicWithFields logs a message with fields at level Panic on the standard logger.
SetLogFormatter sets the formatting of the logger.
SetLogLevel sets the logging level for the logger.
Warn logs a message at level Warn on the standard logger.
Warnf logs a message at level Infof on the standard logger.
WarnWithFields logs a message with fields at level Warn on the standard logger.

# Type aliases

Fields wraps logrus.Fields, which is a map[string]interface{}.