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

Level logger with backends for file, http and postgres with support for log rotation

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jaguar_logger

With Flutter:

 $ flutter pub add jaguar_logger

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

dependencies:
  jaguar_logger: ^1.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:jaguar_logger/jaguar_logger.dart';
0
likes
110
pub points
54%
popularity

Publisher

unverified uploader

Level logger with backends for file, http and postgres with support for log rotation

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

date_format, path, pedantic, stack_trace

More

Packages that depend on jaguar_logger