any_logger_json_http 1.1.0
any_logger_json_http: ^1.1.0 copied to clipboard
An extension for any_logger that sends log records as JSON objects over HTTP. Ideal for sending logs to services like Logstash or other custom endpoints.
Changelog #
1.1.0 #
- Adapting to any_logger 1.1.0 changes
1.0.9 #
- Logs are not sent after previous versions. Fixed
- Updated tests to work with LoggerBuilder changes from any_logger 1.0.12
1.0.8 #
- Added new appender method for short self description to improve logger config debugging
1.0.7 #
- Improved self logging~~
1.0.6 #
- Adding documentation on how to register this extension
1.0.5 #
- Upgrading to any_logger 1.0.7 - Important bug fix
1.0.4 #
- Depend on any_logger ^1.0.6
1.0.3 #
- Remove pubspec.lock from version control
1.0.2 #
- Using static const String appenderName = 'JSON_HTTP'; instead of string
- Updated README
- Fixed issues reported by pano
- Dependency to any_logger ^1.0.5
1.0.1 #
- Renamed example file to match pubdev's expectations
1.0.0 #
- Initial release of Any Logger Json Http