achilles 1.0.1+1 copy "achilles: ^1.0.1+1" to clipboard
achilles: ^1.0.1+1 copied to clipboard

Logger manager wrapper

Achilles #

Owlnext Flutter package to wrap the dev logger features

Features #

Wraps the [logger] package

Getting started #

Initialize the package in the [main.dart] file with

Lgm.initialize();

Usage #

To use it just call

try {
    /// your code here
} catch (e, s) {
    Lgm.error(e, s);
}

or other methods like

Lgm.l.t("your trace message");
0
likes
110
points
20
downloads

Publisher

verified publisherowlnext.fr

Weekly Downloads

Logger manager wrapper

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, logger

More

Packages that depend on achilles