jetleaf_logging 1.0.0 copy "jetleaf_logging: ^1.0.0" to clipboard
jetleaf_logging: ^1.0.0 copied to clipboard

A library that provides a pluggable, highly customizable logging solution for applications that require clarity, consistency, and control over how logs are captured, formatted, and displayed.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jetleaf_logging

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

dependencies:
  jetleaf_logging: ^1.0.0

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:jetleaf_logging/logging.dart';
import 'package:jetleaf_logging/printers.dart';
0
likes
130
points
165
downloads

Publisher

verified publisherjetleaf.hapnium.com

Weekly Downloads

A library that provides a pluggable, highly customizable logging solution for applications that require clarity, consistency, and control over how logs are captured, formatted, and displayed.

Homepage
Repository (GitHub)
View/report issues

Topics

#logging #printing #ansi

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

jetleaf_lang

More

Packages that depend on jetleaf_logging