package
0.0.0-20240617092016-676e8a4ee4f1
Repository: https://github.com/mohit-mamtora/go-web-setup.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Constants

reference: https://github.com/uber-go/zap/blob/v1.27.0/zapcore/level.go#L34 */.
DPanicLevel logs are particularly important errors.
ErrorLevel logs are high-priority.
FatalLevel logs a message, then calls os.Exit(1).
InfoLevel is the default logging priority.
PanicLevel logs a message, then panics.
WarnLevel logs are more important than Info, but don't need individual human review.

# Interfaces

No description provided by the author