A simple logger, complete with timers, logging tables, and more!
Go to file
2021-06-23 14:28:06 -07:00
.idea Initial Commit 2021-06-23 14:12:00 -07:00
example setup 2021-06-23 14:24:04 -07:00
lib setup v2 2021-06-23 14:28:06 -07:00
test setup 2021-06-23 14:24:04 -07:00
.gitignore Initial Commit 2021-06-23 14:12:00 -07:00
analysis_options.yaml Initial Commit 2021-06-23 14:12:00 -07:00
CHANGELOG.md setup v2 2021-06-23 14:28:06 -07:00
LICENSE Initial Commit 2021-06-23 14:12:00 -07:00
pubspec.yaml setup v2 2021-06-23 14:28:06 -07:00
README.md Issue link 2021-06-23 14:15:54 -07:00
super_log.iml Initial Commit 2021-06-23 14:12:00 -07:00

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.