Documentation
¶
Index ¶
- func HTTPLogger(logger z.Logger) fiber.Handler
- type GocronAdapter
- type ZerologGooseAdapter
- func (z *ZerologGooseAdapter) Fatal(args ...interface{})
- func (z *ZerologGooseAdapter) Fatalf(format string, args ...interface{})
- func (z *ZerologGooseAdapter) Print(args ...interface{})
- func (z *ZerologGooseAdapter) Printf(format string, args ...interface{})
- func (z *ZerologGooseAdapter) Println(args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HTTPLogger ¶
Types ¶
type GocronAdapter ¶
func (GocronAdapter) Debug ¶
func (g GocronAdapter) Debug(msg string, v ...any)
func (GocronAdapter) Error ¶
func (g GocronAdapter) Error(msg string, v ...any)
func (GocronAdapter) Info ¶
func (g GocronAdapter) Info(msg string, v ...any)
func (GocronAdapter) Println ¶
func (g GocronAdapter) Println(msg string, v ...any)
func (GocronAdapter) Warn ¶
func (g GocronAdapter) Warn(msg string, v ...any)
type ZerologGooseAdapter ¶
ZerologAdapter is a wrapper around zerolog.Logger to implement the goose.Logger interface
func (*ZerologGooseAdapter) Fatal ¶
func (z *ZerologGooseAdapter) Fatal(args ...interface{})
Fatal implement the goose.Logger interface method
func (*ZerologGooseAdapter) Fatalf ¶
func (z *ZerologGooseAdapter) Fatalf(format string, args ...interface{})
Fatalf implement the goose.Logger interface method
func (*ZerologGooseAdapter) Print ¶
func (z *ZerologGooseAdapter) Print(args ...interface{})
Print implement the goose.Logger interface method
func (*ZerologGooseAdapter) Printf ¶
func (z *ZerologGooseAdapter) Printf(format string, args ...interface{})
Printf implement the goose.Logger interface method
func (*ZerologGooseAdapter) Println ¶
func (z *ZerologGooseAdapter) Println(args ...interface{})
Println implement the goose.Logger interface method
Click to show internal directories.
Click to hide internal directories.