logly 0.3.1 copy "logly: ^0.3.1" to clipboard
logly: ^0.3.1 copied to clipboard

outdated

A simple logging tool that uses color coding to indicate severity and offers a clickable link to the printing line.

0.3.1 #

  • Fix spaces at the end of short lines with clearClutter enabled.

0.3.0 #

  • Add addTimestamp and addLink options.
  • Rename useIcon to addIcon.
  • Add imitatePrint option that sets addTimestamp, addLink, addIcon to false. useAnsi and clearClutter will remain as they were.
  • Make links point to the actual log command location within the source file.
  • Add support for clearClutter with multiline strings.

0.2.0 #

  • Make logly a pure Dart library by dropping dependency on Flutter.

0.1.1+hotfix1 #

  • Fix useAnsi ignored by clearClutter.

0.1.1 #

  • Add option to remove Flutter debug clutter. (i.e. "I/flutter (pid):" from log output.
  • Add option to hide icon.
  • Add getter for useAnsi.
  • Improve output format by moving icon immediately after timestamp.

0.1.0 #

Initial release.

4
likes
0
pub points
33%
popularity

Publisher

unverified uploader

A simple logging tool that uses color coding to indicate severity and offers a clickable link to the printing line.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

logging

More

Packages that depend on logly