loggerx 2.0.0 copy "loggerx: ^2.0.0" to clipboard
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.

loggerx #

pub version license

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.

example image

Loggers also supports attaching exception and stackTrace objects to logging functions that will produce next output:

exception image

Examples #

Multiple examples are available in example folder.

Basic example #

import 'package:loggerx/loggerx.dart';

void main() {
  log.info("Application started");
}
copied to clipboard

Author #

GitHub: abobija
Homepage: abobija.com

License #

MIT

2
likes
150
points
751
downloads

Publisher

verified publisherabobija.com

Weekly Downloads

2024.08.09 - 2025.02.21

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