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

Method Implmentations

Debugw(msg string, keysAndValues ...interface{}) AllLogger.Debugw CommonLogger.Debugw
Errorw(msg string, keysAndValues ...interface{}) AllLogger.Errorw CommonLogger.Errorw
Fatalw(msg string, keysAndValues ...interface{}) AllLogger.Fatalw CommonLogger.Fatalw
Infow(msg string, keysAndValues ...interface{}) AllLogger.Infow CommonLogger.Infow
Panicw(msg string, keysAndValues ...interface{}) AllLogger.Panicw CommonLogger.Panicw
Tracew(msg string, keysAndValues ...interface{}) AllLogger.Tracew CommonLogger.Tracew
Warnw(msg string, keysAndValues ...interface{}) AllLogger.Warnw CommonLogger.Warnw