Skip to content

Commit a9f0d90

Browse files
committed
+Update readme
1 parent f774fd2 commit a9f0d90

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

_README_CONTENT.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
`df_log` is a massive upgrade from `print()`. It makes your console output beautiful, readable, and powerful, turning your logs into a central event bus for debugging, analytics, and crash reporting. It’s for the developer who wants the simplicity of `print()` but with more clarity, context, and control.
22

3-
4-
<img src="https://raw.githubusercontent.com/dev-cetera/df_log/main/doc/assets/screenshot2.png" alt="Visual Studio Code Terminal" width="600">
5-
6-
## Features
3+
## ✨ Features
74

85
- **Categorized Logging:** Pre-defined methods like `Log.info`, `Log.err`, `Log.ok` for semantic logging.
96
- **Beautifully Styled Output:** Uses ANSI colors and emojis for clear, readable logs in supported consoles.
@@ -23,9 +20,11 @@ For an introduction, please refer to this article:
2320
- **GITHUB** [Dart Logging: Your New Best Friend](https://github.com/dev-cetera/df_log/blob/main/ARTICLE.md)
2421

2522

26-
## Usage
23+
## 📖 Usage
24+
25+
<img src="https://raw.githubusercontent.com/dev-cetera/df_log/main/doc/assets/screenshot2.png" alt="Visual Studio Code Terminal" width="600">
2726

28-
### 1. Categorized Logs
27+
### 💡 1. Categorized Logs
2928

3029
The package comes with a few default log types that you can use creatively.
3130

@@ -42,7 +41,7 @@ void main() {
4241
}
4342
```
4443

45-
### 2. Colored Logs
44+
### 💡 2. Colored Logs
4645

4746
Colored logs enhance readability and help you quickly identify different types of messages in the console. By applying distinct colors, you can easily track errors, successes, warnings, and other log types at a glance.
4847

@@ -58,7 +57,7 @@ Log.printWhite('This is printed in WHITE!');
5857
// and many more...
5958
```
6059

61-
### 3. Tags
60+
### 💡 3. Tags
6261

6362
Using tags with logs simplifies debugging and organization. Tags allow you to filter logs by including or excluding specific categories, making it easier to focus on relevant information. They can also help categorize data for analytics or other purposes.
6463

@@ -85,7 +84,7 @@ void main() {
8584
}
8685
```
8786

88-
### 3. Configuration
87+
### 💡 3. Configuration
8988

9089
You can customize the logging behavior to suit your needs, including styling, output format, and storage options. The Log class provides various settings to control how logs are displayed and managed.
9190

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ funding:
1818
- https://www.patreon.com/RobertMollentze
1919
- https://github.com/sponsors/robmllze
2020
description: A package that provides logging utilities for better debugging.
21-
version: 0.3.22
21+
version: 0.3.23
2222
topics:
2323
- console
2424
- debugging

0 commit comments

Comments
 (0)