any_logger_json_http 1.0.4
any_logger_json_http: ^1.0.4 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.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