log_tanker 0.0.2 log_tanker: ^0.0.2 copied to clipboard
Logging package for flutter and dart focused on very fast set up. Entirely customizable and easy to use.
Changelog for log_tanker #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased #
- Add a dart project to demonstrate the capabilities of the package in a Dart environment.
- Add stream listener to logger.
- Add integration with flutter dev tools.
[0.0.2] - 2023-11-20 #
Added #
- Added a flutter example project to demonstrate the capabilities of the package in a Flutter environment.
[0.0.1] - 2023-11-20 #
Added #
- Initial release of the package.
- Implementation of the
Logger
class for managing and outputting log entries. - Introduction of the
Log
class for creating and managing log entries. - Creation of the
LogCategories
class and various log category constants likeverboseLog
,debugLog
,infoLog
,warningLog
,errorLog
,ensureLog
. - Development of the
QuickLog
class for quick and convenient logging methods. - The package offers functionalities such as logging at various levels, custom log categories, and quick logging methods.