logmaster 0.1.1 copy "logmaster: ^0.1.1" to clipboard
logmaster: ^0.1.1 copied to clipboard

Dart 1 only

A logger intended to catch exceptions or simply report activity, then post it to a server or store locally fo further inspection. The idea is that catching errors and forming error messages is separat [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add logmaster

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  logmaster: ^0.1.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:logmaster/logmaster.dart';
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

A logger intended to catch exceptions or simply report activity, then post it to a server or store locally fo further inspection. The idea is that catching errors and forming error messages is separate from actually reporting them. By loading report-adapters on demand, we can use this library both in the backend and in the frontend.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on logmaster