dart_minilog 0.0.2 copy "dart_minilog: ^0.0.2" to clipboard
dart_minilog: ^0.0.2 copied to clipboard

Basic and minimalistic log system. Few log levels only. No fancy log sinks. Either print, file, or a custom sink that your code provides.

example/lib/example.dart

import 'package:dart_minilog/dart_minilog.dart';

void main(List<String> args) async {
  sink = fileSink('mini.log');

  somewhereElse();
}

void somewhereElse() {
  logWarn('where am i?');
}
0
likes
140
pub points
59%
popularity

Publisher

verified publisherberlinfactor.com

Basic and minimalistic log system. Few log levels only. No fancy log sinks. Either print, file, or a custom sink that your code provides.

Repository (GitHub)
View/report issues

Topics

#logging

Documentation

API reference

License

MIT (LICENSE)

Dependencies

ansi

More

Packages that depend on dart_minilog