Codenic Logger

What does it do?
The Codenic Logger package provides a logger for producing pretty logs with mutable log message objects.
Installation
1. Add the dependency
Add the Dart package in your pubspec.yaml
by running the following command in the root of your project:
dart pub add codenic_logger
2. Build your app
Install the package by calling:
dart pub get
Next Steps
Once installed, view the Usage documentation to get started.
Last updated