android_logger changelog

All user visible changes to this project will be documented in this file. This project uses Semantic Versioning 2.0.0.

0.13.1 · 2023-03-07

Diff

Fixed

0.13.0 · 2023-02-14

Diff

BC Breaks

  • Added buf_id argument to PlatformLogWriter::new() method allowing to specify concrete Android logging system buffer. (#50, #64)
  • Removed deprecated Config::with_min_level() method accepting log::Level. (#65)

Added

  • Config::with_log_buffer() method to specify concrete Android logging system buffer. (#50, #64)

0.12.0 · 2023-01-19

Diff

Added

  • Config::with_max_level() method to filters logs via log::LevelFilter. (#62)

Deprecated

  • Config::with_min_level() method accepting log::Level. (#62)

Fixed

  • Incorrect logs level filtering. (#62)

0.11.3 · 2022-12-20

Diff

Fixed

Previous releases

See Git log.