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

outdated

Do you need logs? Lumberdash is the answer! Simple and extensible API that allows you to create your plugins.

example/lib/example.dart

import 'package:lumberdash/lumberdash.dart';

void main() {
  putLumberdashToWork(withClient: SimpleClient());
  logWarning('Hello Warning');
  logFatal('Hello Fatal!');
  logMessage('Hello Message!');
  logError(Exception('Hello Error'));
}
56
likes
40
pub points
88%
popularity

Publisher

verified publisherbmwtech.dev

Do you need logs? Lumberdash is the answer! Simple and extensible API that allows you to create your plugins.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

meta

More

Packages that depend on lumberdash