casual_log_manager 0.2.1
casual_log_manager: ^0.2.1 copied to clipboard
A simple dart package for application error and log management.
0.1.0 #
-Initial Version
0.2.0 #
- Added network logging support with configurable
NetworkOptions
. - Improved log message formatting and stack trace handling.
- Enhanced initialization logic with
LogManagerCore
andinitLogManagerCore
. - Added support for custom log labels.
- Improved error handling for uninitialized
LogManagerIO
. - Updated documentation and usage examples for logging methods.
- Internal refactoring and code cleanup
- Added log filters for console, file and network logs.
0.2.1 #
- Added ensureInitialized parameter in
init