log_er 1.0.1 copy "log_er: ^1.0.1" to clipboard
log_er: ^1.0.1 copied to clipboard

retracted

Log_er - Powerful & Colorful Logging for Flutter

# πŸ“œ log_er - Powerful & Colorful Logging for Flutter

**log_er** is a structured and feature-rich logging package for Flutter applications. It provides colorful and readable log output, making debugging and application monitoring easier than ever! πŸš€

## ✨ Features
βœ… **Multiple Log Levels** – ERROR, DEBUG, WARNING, INFO, SPECIAL, DATA  
βœ… **Color-Coded Console Logs** – Easily differentiate log messages  
βœ… **Boxed Logs for Readability** – Auto-wrapped text with structured format  
βœ… **Stack Trace Support** – Helps track errors efficiently  
βœ… **Performance Optimized** – Minimal overhead, works seamlessly with debug mode  

## πŸ“¦ Installation
Add the package to your `pubspec.yaml`:
```yaml
dependencies:
  log_er: latest_version

Then, import and use it in your Flutter project:

import 'package:log_er/log_er.dart';

void main() {
  Log.info("Application Started");
  Log.warning("This is a warning message");
  Log.error("Something went wrong!", stackTrace: StackTrace.current);
}

πŸ“Œ Log Levels & Usage #

Log.error("πŸ”₯ Critical Error");
Log.debug("🍺 Debugging Mode Enabled");
Log.warning("🚨 Warning: Low Battery");
Log.info("πŸ”΅ App Running Smoothly");
Log.special("πŸ’œ Special Log Event");
Log.data("βœ… User Data Loaded Successfully");

🎯 Why Use log_er? #

With its structured logging approach, log_er helps developers track issues efficiently and improve debugging workflows. The colorful log output makes it easier to read and analyze logs, especially when working with large-scale applications.

πŸš€ Start logging smarter with log_er today!

1
likes
0
points
36
downloads

Publisher

verified publisherpharraxsoftware.com

Weekly Downloads

Log_er - Powerful & Colorful Logging for Flutter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

characters, flutter

More

Packages that depend on log_er