pro_pretty_logging 1.0.6 copy "pro_pretty_logging: ^1.0.6" to clipboard
pro_pretty_logging: ^1.0.6 copied to clipboard

The library provides a grade solution for enhancing logging in your Dart applications.

pro_pretty_logging #

The pro_pretty_logging library provides a grade solution for enhancing logging in your Dart applications. It offers robust customization options for log output, including colorful formatting, filtering, and improved readability. With pro_pretty_logging, you can take control of your logging experience.

Installation #

To use this library, add it to your project's dependencies in the pubspec.yaml file:

dependencies:
  pro_pretty_logging: ^version

Then, run flutter pub get or dart pub get to install the library.

Usage #

Import the library and utilize the prettyLogging() function with the desired parameters in your code:

import 'package:pro_pretty_logging/pro_pretty_logging.dart';

void main() {
  prettyLogging(
    enable: kDebugMode,
    ignoredLoggers: ['GoRouter'],
    type: PrettyOutputType.log,
    level: Level.ALL,
  );
  
  // Continue with the rest of your application code
}

License #

This library is distributed under the MIT License. Detailed licensing information is available in the LICENSE file.

1
likes
160
points
50
downloads

Publisher

verified publisherpro100.dev

Weekly Downloads

The library provides a grade solution for enhancing logging in your Dart applications.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

logging

More

Packages that depend on pro_pretty_logging