x_logger 0.1.0 copy "x_logger: ^0.1.0" to clipboard
x_logger: ^0.1.0 copied to clipboard

Configurable Flutter logging: named loggers, log levels, pretty/JSON/colored output, filtering, and async export of log history to a shareable file.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add x_logger

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  x_logger: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:x_logger/x_logger.dart';
0
likes
160
points
73
downloads

Documentation

API reference

Publisher

verified publisherabdorizak.dev

Weekly Downloads

Configurable Flutter logging: named loggers, log levels, pretty/JSON/colored output, filtering, and async export of log history to a shareable file.

Repository (GitHub)
View/report issues

Topics

#logging #debugging #console

License

MIT (license)

Dependencies

flutter, path_provider

More

Packages that depend on x_logger