@@ -8,15 +8,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88## [ Unreleased]
99
1010### Added
11- - Core structured logging library for Go
12- - Support for log levels: Trace, Debug, Info, Warn, Error
13- - Text and JSON output formats
14- - Multiple output destinations: stdout, stderr, file paths, multi-target
15- - Automatic timestamp, source file and line number
16- - Stacktrace collection for error-level messages
17- - Test suite for core functionality
18- - Idiomatic Go examples (testable examples)
19- - Makefile, GitHub Actions CI workflow, README, LICENSE, lint configuration
11+
12+ - Core structured logging library for Go.
13+ - Support for log levels: Trace, Debug, Info, Warn, Error.
14+ - Text and JSON output formats.
15+ - Multiple output destinations: stdout, stderr, file paths, multi-target.
16+ - Automatic timestamp, source file and line number.
17+ - Stacktrace collection for error-level messages.
18+ - Test suite for core functionality.
19+ - Idiomatic Go examples (testable examples).
20+ - Makefile, GitHub Actions CI workflow, README, LICENSE, lint configuration.
2021
2122### Changed
2223
0 commit comments