Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLogger ¶
GetLogger returns the raw zap.Logger instance This function is thread-safe and initializes a default logger if none exists
func GetSugaredLogger ¶
func GetSugaredLogger() *zap.SugaredLogger
GetSugaredLogger returns a sugared logger instance for the application to use This function is thread-safe
func InitLogger ¶
InitLogger initializes the global logger with the specified output format This function is thread-safe and can be called multiple times
Supported formats:
- "quiet" (default): No logging output - suitable for CLI usage
- "console": Human-readable colored output
- "json": Structured JSON output for log aggregation
- "development": Verbose development output with stack traces
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.