package
0.0.0-20240404120745-c59427467a75
Repository: https://github.com/tsingson/fasthttp-guide.git
Documentation: pkg.go.dev
# README
fasthttp logger interface
type Logger interface {
// Printf must have the same semantics as log.Printf.
Printf(format string, args ...interface{})
}
# Functions
Console console log for debug.
ConsoleWithStack console log for debug.
InitZapLogger initial.
NewConsoleDebug new zap logger for console.
# Type aliases
ZapLogger alias.