loggy 2.0.3 copy "loggy: ^2.0.3" to clipboard
loggy: ^2.0.3 copied to clipboard

Logger for Dart applications, use mixin for easier separation when needed

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add loggy
copied to clipboard

With Flutter:

 $ flutter pub add loggy
copied to clipboard

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

dependencies:
  loggy: ^2.0.3
copied to clipboard

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:loggy/loggy.dart';
copied to clipboard
127
likes
150
points
16.4k
downloads

Publisher

verified publisherinfinum.com

Weekly Downloads

2024.09.16 - 2025.03.31

Logger for Dart applications, use mixin for easier separation when needed

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

stack_trace

More

Packages that depend on loggy