Documentation ¶ Index ¶ func Debugf(format string, args ...any) func Errorf(format string, args ...any) func Fatalf(format string, args ...any) func Infof(format string, args ...any) func Warnf(format string, args ...any) type Logger Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Debugf ¶ func Debugf(format string, args ...any) func Errorf ¶ func Errorf(format string, args ...any) func Fatalf ¶ func Fatalf(format string, args ...any) func Infof ¶ func Infof(format string, args ...any) func Warnf ¶ func Warnf(format string, args ...any) Types ¶ type Logger ¶ type Logger struct { *logrus.Logger // contains filtered or unexported fields } Source Files ¶ View all Source files logger.go Click to show internal directories. Click to hide internal directories.