super_log 1.0.0 copy "super_log: ^1.0.0" to clipboard
super_log: ^1.0.0 copied to clipboard

A starting point for Dart libraries or applications.

A simple logger, complete with timers, logging tables, and more!

Usage #

A simple usage example:

import 'package:super_log/super_log.dart';

main() {
  var logger = new Logger();
  
  logger.info("An information message here.");
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A starting point for Dart libraries or applications.

Homepage

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on super_log