adept_log 1.0.1
adept_log: ^1.0.1 copied to clipboard
SmartLog is a Flutter logging utility that provides colored logs, multiple log levels, JSON-safe logging, tags, and stack trace support.
adept_log #
A lightweight and developer-friendly Flutter logging package with colorful output, log levels, and JSON-safe logging.
📩 Contact #
For any queries or updates, feel free to reach out at:
adeptabhi0808@gmail.com
📘 Documentation #
https://pub.dev/documentation/adeptlog/latest/
✨ Features #
✅ Multiple Log Levels
• Debug, Info, Success, and Error logs
• Clear separation of log types for better readability
✅ Color-Coded Console Output
• ANSI-based colored logs
• Easy to scan logs during development
✅ JSON-Safe Logging
• Automatically encodes Map and List into JSON
• Prevents truncated or unreadable log output
✅ Tag Support
• Add optional tags to identify log sources
• Useful for large applications
✅ Caller Detection
• Automatically detects and prints the calling method
• Helps trace logs without manual effort
✅ StackTrace Support
• Attach stack traces for error logs
• Ideal for debugging crashes and exceptions
📦 Installation #
Add this to your pubspec.yaml:
dependencies:
adept_log: ^1.0.1