any_logger_mysql 1.1.0
any_logger_mysql: ^1.1.0 copied to clipboard
Store logs in MySQL with automatic table management, batching, rotation, and query API. Perfect for audit trails and log analysis.
Changelog #
1.1.0 #
- Adapting to any_logger 1.1.0 changes
- Added examples with real MySQL 5.7 instance
1.0.8 #
- Missed a test method for LoggerBuilder changes
1.0.7 #
- Added new appender method for short self description to improve logger config debugging
- Updated tests to work with LoggerBuilder changes from any_logger 1.0.12
1.0.6 #
- Improved self logging
1.0.5 #
- Adding documentation on how to register this extension
1.0.4 #
- Upgrading to any_logger 1.0.7 - Important bug fix
1.0.3 #
- Shortening project description
1.0.2 #
- Depend on any_logger ^1.0.6
1.0.1 #
- Updated README
- Fixed issues reported by pano
- Dependency to any_logger ^1.0.5
1.0.0 #
- Initial release of Any Logger MySql