package
0.0.0-20240315055339-58f27db157d6
Repository: https://github.com/galish/url-shortener.git
Documentation: pkg.go.dev
# Functions
Debug logs a message at level Debug on the standard logger.
Info logs a message at level Info on the standard logger.
Init initializes the logger.
SetLevel sets the logger level.
WithError creates an entry from the standard logger and adds an error to it.
WithFields creates an entry from the standard logger and adds multiple fields to it.
# Type aliases
Fields type, used to pass to `WithFields`.