any_logger_json_http 1.1.2 copy "any_logger_json_http: ^1.1.2" to clipboard
any_logger_json_http: ^1.1.2 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.2 #

  • Fallback device/session IDsJsonHttpAppender now generates short timestamp-based fallback IDs at construction time. These are used in the metadata payload when LoggerFactory.getDeviceId() or LoggerFactory.getSessionId() return null (e.g. when NullIdProvider is active because the appender started disabled). Prevents the server from rejecting batches with a 400 Missing deviceId/sessionId error.

1.1.1 #

  • Formatter jittered README.md formatting. Fixed

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
0
likes
150
points
138
downloads

Documentation

API reference

Publisher

verified publisherraoulsson.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#logging #http #json #webservice #remote

Funding

Consider supporting this project:

github.com
www.buymeacoffee.com

License

MIT (license)

Dependencies

any_logger, http

More

Packages that depend on any_logger_json_http