log_tanker 0.0.1 log_tanker: ^0.0.1 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 #
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.
Changed #
- N/A for this release.
Deprecated #
- N/A for this release.
Removed #
- N/A for this release.
Fixed #
- N/A for this release.
Security #
- N/A for this release.