lumberdash 3.0.0 copy "lumberdash: ^3.0.0" to clipboard
lumberdash: ^3.0.0 copied to clipboard

Do you need logs? Lumberdash is the answer! Simple and extensible logging API, it allows you to create and consume different that will cover all your logging needs.

example/lib/example.dart

import 'package:lumberdash/lumberdash.dart';

void main() {
  putLumberdashToWork(withClients: []);
  logWarning('Hello Warning');
  logFatal('Hello Fatal!');
  logMessage('Hello Message!');
  logError(Exception('Hello Error'));
}
56
likes
140
pub points
87%
popularity

Publisher

verified publisherbmwtech.dev

Do you need logs? Lumberdash is the answer! Simple and extensible logging API, it allows you to create and consume different that will cover all your logging needs.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

meta

More

Packages that depend on lumberdash