# Packages
No description provided by the author
# Functions
AddFields appends fields to the log entry using custom logger.Fields.
AddHook with third-party integration.
Debug logs a message at level Debug on the standard logger.
Debugf logs a message at level Debug on the standard logger.
Debugln logs a message at level Debug on the standard logger.
DisableColor for logging console.
Error logs a message at level Error on the standard logger.
Errorf logs a message at level Error on the standard logger.
Errorln 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.
Fatalln logs a message at level Fatal on the standard logger then the process will exit with status set to 1.
No description provided by the author
Info - print information to stdout You can print output info you need.
Infof logs a message at level Info on the standard logger.
Infoln logs a message at level Info on the standard logger.
Panic logs a message at level Panic on the standard logger.
Panicf logs a message at level Panic on the standard logger.
Panicln 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.
Println logs a message at level Info on the standard logger.
SetLevel of logging level.
SetOutputToFile out to file.
SetOutputToMW , Multi Writer out to os.StdOut and File.
SetOutputToStdOut out to os.StdOut.
StandardLogger for gin gonic integration with logger.
Warn logs a message at level Warn on the standard logger.
Warnf 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.
Warningln logs a message at level Warn on the standard logger.
Warnln logs a message at level Warn on the standard logger.
WithError log with error.
WithFields log with your specific field.
# Constants
TimeStampFormat config time format.
# Type aliases
Fields sub coordinate with WithField method.