loggerx2 1.0.1 copy "loggerx2: ^1.0.1" to clipboard
loggerx2: ^1.0.1 copied to clipboard

Colorful, neat and intuitive logger library, for creating a simple log messages with many urgency levels.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add loggerx2

With Flutter:

 $ flutter pub add loggerx2

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

dependencies:
  loggerx2: ^1.0.1

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:loggerx2/extensions/extensions_file.dart';
import 'package:loggerx2/loggerx.dart';
import 'package:loggerx2/models/log_level.dart';
1
likes
150
points
2
downloads

Publisher

verified publisher3p-cups.com

Weekly Downloads

Colorful, neat and intuitive logger library, for creating a simple log messages with many urgency levels.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ansi_styles

More

Packages that depend on loggerx2