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