package
0.0.0-20240907224255-7a2aee42f019
Repository: https://github.com/npushpakumara/go-backend-template.git
Documentation: pkg.go.dev

# Functions

DefaultLogger returns the default logger for the application.
FromContext retrieves the logger stored in the context.
NewLogger creates a new logger instance based on the provided configuration.
SetConfig updates the logging configuration for the default logger.
SetLevel updates the logging level for the default logger.
WithLogger creates a new context with the provided logger attached to it.

# Structs

Config holds the configuration settings for the logger.