en_logger 1.1.0 copy "en_logger: ^1.1.0" to clipboard
en_logger: ^1.1.0 copied to clipboard

EnLogger allows you to write log messages according to your needs without restricting you to writing messages to the debug console or other systems.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add en_logger

With Flutter:

 $ flutter pub add en_logger

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

dependencies:
  en_logger: ^1.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:en_logger/en_logger.dart';
2
likes
160
pub points
0%
popularity

Publisher

verified publishermattiapispisa.it

EnLogger allows you to write log messages according to your needs without restricting you to writing messages to the debug console or other systems.

Homepage
Repository (GitHub)
View/report issues

Topics

#logging #severity #debug

Documentation

API reference

License

MIT (license)

More

Packages that depend on en_logger