xsoulspace_logger 0.1.0-beta.1
xsoulspace_logger: ^0.1.0-beta.1 copied to clipboard
Generic configurable logger with console and file output support. Pure Dart package for reusable logging across projects.
Changelog #
This project follows Semantic Versioning (semver).
Breaking changes will increment the major version, new features the minor, and bugfixes the patch.
Always review the changelog before upgrading to a new version.
All notable changes to this project will be documented in this file.
0.1.0-beta.1 - 2025-10-12 #
Added #
- chore: xsoulspace_lints 0.1.2
- Initial beta release.
- Basic logger with multiple log levels: VERBOSE, DEBUG, INFO, WARNING, ERROR.
- Console and file configurable outputs.
- Async file writes with buffering and log rotation (time and size-based).
- Structured logging with optional data maps.
- Several configuration presets (debug, production, verbose, silent, console only).
- Example usage in documentation.