Versions in this module Expand all Collapse all v0 v0.9.13 Dec 3, 2024 v0.9.12 Dec 1, 2024 Changes in this version + func Errorf(format string, args ...interface{}) v0.9.11 Aug 25, 2024 Changes in this version + var Log *logrus.Logger + func DebugWithFields(fields logrus.Fields, args ...interface{}) + func Fatal(args ...interface{}) + func Fatalf(format string, args ...interface{}) + func HandlerLog(LogToFile bool, LogFilePath string, LogFileName string) gin.HandlerFunc + func Info(args ...interface{}) + func Infof(format string, args ...interface{}) + func LoggerToStdout() gin.HandlerFunc + type MyFormatter struct + FullTimestamp bool + TimestampFormat string + func (m *MyFormatter) Format(entry *logrus.Entry) ([]byte, error)