You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger is a versatile, thread-safe logging utility for Go applications. It features a singleton logger instance, configurable logging levels (Info, Warning, Error), and supports multiple output streams with optional color coding for better readability. The package allows custom format strings and modular configuration for flexible logging setup.