loggerx 1.3.6 copy "loggerx: ^1.3.6" to clipboard
loggerx: ^1.3.6 copied to clipboard

Tiny but powerful logger with default root logger and ability to create custom loggers with runtime level filtering.

1.3.6 #

  • Specifying linter
  • Bump dependencie versions

1.3.5 #

Dependencies versions bump.

1.3.4 #

  • Example second_logger filter

1.3.3 #

Ability to log exception with stacktrace like log.error(e, s). No need for message.

1.3.2 #

Formating.

1.3.1 #

Using print instead of stderr.writeln since second one is visible only in Logs in flutter and not in console.

1.3.0 #

Discard streams because Function type still cant be sent to Isolate. Logger will now use hardcoded stderr.writeln function for printing logs.

1.2.0 #

Removed level property from Logger. Filtering with global logging variable is still available.

1.1.0 #

For isolate support logging now use stream instead of logging function.

1.0.1 #

Updated description and badges style.

1.0.0 #

Initial release

0.0.1-dev.1 #

  • TODO: Describe initial release.
2
likes
150
points
433
downloads

Publisher

verified publisherabobija.com

Weekly Downloads

Tiny but powerful logger with default root logger and ability to create custom loggers with runtime level filtering.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

intl

More

Packages that depend on loggerx