type github.com/gofiber/fiber/v2/log.FormatLogger (interface)

Method Implmentations

Debugf(format string, v ...interface{}) AllLogger.Debugf CommonLogger.Debugf
Errorf(format string, v ...interface{}) AllLogger.Errorf CommonLogger.Errorf
Fatalf(format string, v ...interface{}) AllLogger.Fatalf CommonLogger.Fatalf
Infof(format string, v ...interface{}) AllLogger.Infof CommonLogger.Infof
Panicf(format string, v ...interface{}) AllLogger.Panicf CommonLogger.Panicf
Tracef(format string, v ...interface{}) AllLogger.Tracef CommonLogger.Tracef
Warnf(format string, v ...interface{}) AllLogger.Warnf CommonLogger.Warnf