Last updated 2 years ago
The provides a logger for producing pretty logs with mutable log message objects.
Add the Dart package in your pubspec.yaml by running the following command in the root of your project:
pubspec.yaml
dart pub add codenic_logger
Install the package by calling:
dart pub get
This utilizes the package as its main component.
Once installed, view the to get started.