loggerx 2.0.0 loggerx: ^2.0.0 copied to clipboard
Tiny but powerful logger with default root logger and ability to create custom loggers with runtime level filtering.
2.0.0 #
- Upgrade all dependencies
- Upgrade to Dart SDK 3
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.