Skip to content

Commit 0e0bf90

Browse files
committed
Update Readme-Nuget.md
1 parent 1bb6184 commit 0e0bf90

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

β€ŽFastLog.Net/FastLog.Net.csproj

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
<PackageIcon>FastLogNet.png</PackageIcon>
2121
<Version>1.1.8550</Version>
2222
<Authors>Shayan Firoozi &lt;[email protected]&gt;</Authors>
23+
<PackageReleaseNotes>βœ” Improve Internal Logger Thread-Safety.
24+
βœ” Add Nuget package address to the file header.
25+
βœ” Improve FastLog.Net engine.
26+
βœ” Improve Test App.
27+
βœ” Add UTC Date Time to the file header.
28+
βœ” Improve FastLog.Net Engine exceptions handling.</PackageReleaseNotes>
2329
</PropertyGroup>
2430

2531
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

β€ŽREADME-Nuget.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
![FastLog.Net Logo](https://github.com/ShayanFiroozi/FastLog.Net/blob/master/FastLog.Net/Icon/FastLogNet.ico "FastLog.Net , High Performance Logger for .Net").
2-
31
# **FastLog.Net**
42
**FastLog.Net** is the fastest , most efficient and high performance logger for **.Net**
53

6-
## **How To Use ❔**
7-
### **Step 1 :**
4+
## **How To Use ❔**
5+
**Step 1** πŸ‘‡
86
- Build the **Internal Logger** agent with fluent builder pattern :
97

108
```csharp
@@ -16,7 +14,7 @@
1614
```
1715
  ***`Note`**: Internal logger agent is responsible for logging the events occured in the FastLog.Net internally (including exceptions).*
1816

19-
### **Step 2 :**
17+
**Step 2** πŸ‘‡
2018
- Build the **Logger Configuration** with fluent builder pattern :
2119

2220
```csharp
@@ -26,7 +24,7 @@
2624
```
2725
   ***`Note`**: There is "**RunAgentsInParallelMode**" feature you can use to run agent(s) in parallel , but in most cases it's **NOT** recommended because may have considerable negative impact on performance.*
2826

29-
### **Step 3 :**
27+
**Step 3** πŸ‘‡
3028
- Build the **Logger** with fluent builder pattern :
3129

3230
```csharp
@@ -59,7 +57,7 @@
5957

6058
```
6159

62-
### Final Step :
60+
**Final Step** πŸ‘‡
6361
- **FastLog.Net** is ready , just call a logging method from anywhere of your code :
6462

6563
```csharp

0 commit comments

Comments
Β (0)