loggerx
Tiny but powerful logger with default root logger and ability to create custom loggers with runtime level filtering.
About
NOTE: Logger currently supports only logging to console.
Logger supports 6 levels of logging which are none
, error
, warning
, info
, debug
and verbose
.
Loggers also supports attaching exception
and stackTrace
objects to logging functions that will produce next output:
Examples
Multiple examples are available in example folder.
Basic example
import 'package:loggerx/loggerx.dart';
void main() {
log.info("Application started");
}
Author
GitHub: abobija
Homepage: abobija.com