Releases: RafaelB13/logger
v0.1.1
v0.1.0
Release v0.1.0
Overview
Release v0.1.0 marks the initial version of the logger package, bringing a simple and effective logging solution to Go applications. This release lays the foundation for efficient log management with different levels of verbosity.
Key Features
Colorful Output: The logger provides colorful and visually distinct log messages for various levels, enhancing readability.
Multiple Log Levels: Different log levels (DEBUG, INFO, WARNING, ERROR) allow for flexible and granular control over the logged information.
Easy Integration: Integration into your Go projects is straightforward, with a minimalistic and intuitive API.
Changes
New Features:
Debug: Print debug-level log messages.
Info: Print informational log messages.
Warn: Print warning-level log messages.
Error: Print error-level log messages.
Debugf, Infof, Warnf, Errorf: Formatted log messages for each level.
Enhancements:
Color-coded log messages for improved visibility.