package
0.0.0-20250123083612-6356efde225b
Repository: https://github.com/ciazhar/go-start-small.git
Documentation: pkg.go.dev

# Functions

GetLogger returns the current global zerolog.Logger instance.
InitLogger initializes the logger with custom settings and log rotation.
LogAndReturnError logs an error and returns it.
LogAndReturnWarning logs a warning and returns it as an error.
LogDebug logs a debug message.
No description provided by the author
LogFatal logs a fatal message.
LogInfo logs an info message.
No description provided by the author

# Structs

LogConfig holds the configuration for the logger.