tracer 0.4.2 copy "tracer: ^0.4.2" to clipboard
tracer: ^0.4.2 copied to clipboard

A modern, simple and easy-to-implement logging framework for Dart.

0.4.2 #

  • Fixed error character being added to the beginning of TracerFileHandler's log file when using append

0.4.1 #

  • Reworked TracerFileHandler, shareFile is now called share, and is true by default
  • Added forceUtc option to Tracer object. If true, all dates will be in UTC

0.4.0 #

  • Stream is sync again, so no more delay
  • TracerFileHandler is now called TracerDirectoryHandler, for a custom name use TracerFileHandler
  • TracerFileHandler is a new handler that writes to a file specifically

0.3.0 #

  • No dependency on event anymore, now usable in browser
  • Removed listen and ignore functions, use add and cancel instead
  • Various improvements

0.2.0 #

  • Smaller improvements
  • Updated regex; first character no longer allowed to be a number

0.1.0 #

  • Initial version.
1
likes
160
points
37
downloads

Publisher

verified publisherjhubi1.com

Weekly Downloads

A modern, simple and easy-to-implement logging framework for Dart.

Repository (GitHub)
View/report issues

Topics

#logging #tracer #error

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

intl, stack_trace, web

More

Packages that depend on tracer