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

A beautiful Rust-style logger for Dart with colored output, precise file locations, and clean formatting inspired by the Rust compiler.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add logger_rs

With Flutter:

 $ flutter pub add logger_rs

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

dependencies:
  logger_rs: ^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:logger_rs/logger_rs.dart';
1
likes
160
points
63
downloads

Publisher

verified publisherjhonacode.com

Weekly Downloads

A beautiful Rust-style logger for Dart with colored output, precise file locations, and clean formatting inspired by the Rust compiler.

Repository (GitHub)
View/report issues

Topics

#logging #rust-style #colored-output #debugging #developer-tools

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

logging

More

Packages that depend on logger_rs