loggerx 1.0.0
loggerx: ^1.0.0 copied to clipboard
Tiny but powerful console logger with default root logger and ability to create custom loggers with runtime level filtering.
loggerx #
Tiny but powerful console logger with default root logger and ability to create custom loggers with runtime level filtering.
About #
Logger supports 6 levels of logging which are none
, error
, warning
, info
, debug
and verbose
.
[example image]
Loggers also supports attaching exception
and stackTrace
objects to logging functions that will produce next output:
[exception image]
Example #
Example is available in example.dart file.
Author #
GitHub: abobija
Homepage: abobija.com
License #
MIT