package
0.0.0-20240707200043-4b97b8a13366
Repository: https://github.com/rakin92/go-rest-service.git
Documentation: pkg.go.dev
# Functions
Debug logs a new message with debug level.
Error logs a new message with error level.
Errorfn Log errors of a [fn] with format.
Fatal logs a new message with fatal level.
Info logs a new message with info level.
InvalidArg is a standard error message for invalid argument.
InvalidArgValue is a standard error message for missing argument value.
Middleware to log our gin requests in formatted JSON.
MissingArg is a standard error message for missing arguments.
NewLogger initializes the standard logger.
Panic logs a new message with panic level.
Warn logs a new message with warn level.