angel3_pretty_logging 3.0.3 copy "angel3_pretty_logging: ^3.0.3" to clipboard
angel3_pretty_logging: ^3.0.3 copied to clipboard

Standalone helper for colorful logging output, using pkg:io AnsiCode.

example/main.dart

import 'package:logging/logging.dart';
import 'package:angel3_pretty_logging/angel3_pretty_logging.dart';

void main() {
  Logger.root
    ..level = Level.ALL
    ..onRecord.listen(prettyLog)
    ..info('Hey!')
    ..finest('Bye!')
    ..severe('Oops!', StateError('Wrong!'), StackTrace.current);
}
1
likes
130
pub points
0%
popularity

Publisher

verified publisherdukefirehawk.com

Standalone helper for colorful logging output, using pkg:io AnsiCode.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

io, logging

More

Packages that depend on angel3_pretty_logging