colored_lumberdash 1.0.0-alpha copy "colored_lumberdash: ^1.0.0-alpha" to clipboard
colored_lumberdash: ^1.0.0-alpha copied to clipboard

Lumberdash plugin that pretty prints your logs on all 3 major platforms.

colored_lumberdash #

Plugin for lumberdash.

Prettier colors for your log messages on all major platforms.

Difference between colored_lumberdash and colorized_lumberdash is that this package uses AnsiPen to color output which does color your text, on win platform too.

colorize

How to use #

Add colored_lumberdash to your dependencies. Then pass an instance of ColoredLumberdash to lumberdash:

import 'package:colorize_lumberdash/colorize_lumberdash.dart';
import 'package:lumberdash/lumberdash.dart';

void main() {
  putLumberdashToWork(withClient: ColorizeLumberdash());
  logWarning('Hello Warning');
  logFatal('Hello Fatal!');
  logMessage('Hello Message!');
  logError(Exception('Hello Error'));
}
0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

Lumberdash plugin that pretty prints your logs on all 3 major platforms.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

ansicolor, lumberdash

More

Packages that depend on colored_lumberdash