log_4_dart_2 1.1.0 copy "log_4_dart_2: ^1.1.0" to clipboard
log_4_dart_2: ^1.1.0 copied to clipboard

A dart package for logging, with multiple and configurable appenders.

Changelog #

1.1.0 - 2023-10-21 #

  • Upgraded dependencies

1.0.0 - 2022-05-01 #

  • Static log access: Logger.debug (old: Logger().debug(), to keep, change method signature, change old to Logger().logDebug()
  • Log4Dart mixin for easy log access. logDebug('message') vs Logger.debug('message')
  • Add MDC
  • Add filename, line and number to message (IDE should like to file). Stack frame depth configurable, e.g. when using proxies on the client side.
  • Option to send console logs to the developer tools (log function). To be tested.
  • Null Safety

0.4.0 - 2020-01-14 #

  • Add template feature to EmailAppender (#4)
  • Add unit tests

0.3.3 - 2020-01-13 #

  • Update dependencies

0.3.2 - 2020-01-10 #

  • Improve type safety

0.3.1 - 2020-01-07 #

  • Improve initialization of the logger

0.3.0 - 2020-01-07 #

  • Add unique identifier to log format (#3)
  • Add custom dateformat for appender (#2)
  • Simplify use of custom appenders. (#5)

0.2.1 - 2020-01-03 #

  • Improve documentation

0.2.0 - 2020-01-02 #

  • Add rotation cycle to the FileAppender
  • Add custom appender feature
  • Add unit tests

0.1.0 - 2019-12-21 #

  • Initial release
4
likes
110
pub points
69%
popularity

Publisher

unverified uploader

A dart package for logging, with multiple and configurable appenders.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, basic_utils, coverage, intl, mailer, meta, mysql1, vm_service

More

Packages that depend on log_4_dart_2