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

Method Implmentations

Debug(v ...interface{})
Debugf(format string, v ...interface{})
Debugw(msg string, keysAndValues ...interface{})
Error(v ...interface{})
Errorf(format string, v ...interface{})
Errorw(msg string, keysAndValues ...interface{})
Fatal(v ...interface{})
Fatalf(format string, v ...interface{})
Fatalw(msg string, keysAndValues ...interface{})
Info(v ...interface{})
Infof(format string, v ...interface{})
Infow(msg string, keysAndValues ...interface{})
Panic(v ...interface{})
Panicf(format string, v ...interface{})
Panicw(msg string, keysAndValues ...interface{})
Trace(v ...interface{})
Tracef(format string, v ...interface{})
Tracew(msg string, keysAndValues ...interface{})
Warn(v ...interface{})
Warnf(format string, v ...interface{})
Warnw(msg string, keysAndValues ...interface{})