my_logger 1.0.1 copy "my_logger: ^1.0.1" to clipboard
my_logger: ^1.0.1 copied to clipboard

MyLogger provides quick & simple logging solution. All logs are saved to the DB which can be exported into files.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] #

[1.0.1] - 2023-10-28 #

Changed #

  • Upgrade dependencies

[1.0.0] - 2022-01-21 #

Added #

  • AES GCM encryption
  • Fix invalid type cast
  • Simpler log format
  • String template for log output
  • OutputLogFormat class for predefined log formats
  • LogExporter class
  • LogWidget for display all saved logs

Changed #

  • Upgrade AndroidManifest.xml
  • Upgrade dependencies
  • Refactor DateTimeUtils
  • Refactor LogStorage
  • Refactor Constants and Enums
  • Refactor project structure
  • Refactor FlogDao class
  • Refactor and cleanup FLog class
  • Rewrite log filters
  • DataLogType from String to Enum
  • Rewrite functionality for export logs into text file
  • Improve example project
  • Replace Strings by Enums or Constants

Fixed #

  • Fix timestamp formats

Removed #

  • Unused Constants and Enums
  • Formatter class
5
likes
110
pub points
82%
popularity

Publisher

unverified uploader

MyLogger provides quick & simple logging solution. All logs are saved to the DB which can be exported into files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, intl, jinja, meta, path, path_provider, pointycastle, sembast, stack_trace, xxtea

More

Packages that depend on my_logger