basic_logger 0.2.0 copy "basic_logger: ^0.2.0" to clipboard
basic_logger: ^0.2.0 copied to clipboard

BasicLogger is a fast, extensible, simple and lightweight logging tool for Dart and Flutter.

0.2.0 #

  • BREAKING: DevOutputLogger, uses positional arguments, passing parentName in the same way as its parent.
  • fix: If selfonly is false, all logs with a parentName match are output.

0.1.1 #

  • The logger name is set to selfname.
  • selfonly, when true, filter by selfname. Otherwise, output all.

0.1.0 #

  • Refactored with Template Method pattern,
  • allowing customization of record and format methods.

0.0.3 #

  • supports all six platforms, with file logging separated for non-web platforms.

0.0.2 #

  • new, logrec, log message at the specified level.

0.0.1 #

  • Initial version.
0
likes
160
points
44
downloads

Publisher

verified publisheriche2.com

Weekly Downloads

BasicLogger is a fast, extensible, simple and lightweight logging tool for Dart and Flutter.

Homepage
Repository (GitHub)
View/report issues

Topics

#logging #console #debug #user-logs

Documentation

API reference

License

MIT (license)

Dependencies

logging, path

More

Packages that depend on basic_logger