Skip to content

Commit

Permalink
Update Readme-Nuget.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayanFiroozi committed May 29, 2023
1 parent 1bb6184 commit 0e0bf90
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
6 changes: 6 additions & 0 deletions FastLog.Net/FastLog.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
<PackageIcon>FastLogNet.png</PackageIcon>
<Version>1.1.8550</Version>
<Authors>Shayan Firoozi &lt;[email protected]&gt;</Authors>
<PackageReleaseNotes>βœ” Improve Internal Logger Thread-Safety.
βœ” Add Nuget package address to the file header.
βœ” Improve FastLog.Net engine.
βœ” Improve Test App.
βœ” Add UTC Date Time to the file header.
βœ” Improve FastLog.Net Engine exceptions handling.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
12 changes: 5 additions & 7 deletions README-Nuget.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
![FastLog.Net Logo](https://github.com/ShayanFiroozi/FastLog.Net/blob/master/FastLog.Net/Icon/FastLogNet.ico "FastLog.Net , High Performance Logger for .Net").

# **FastLog.Net**
**FastLog.Net** is the fastest , most efficient and high performance logger for **.Net**

## **How To Use ❔**
### **Step 1 :**
## **How To Use ❔**
**Step 1** πŸ‘‡
- Build the **Internal Logger** agent with fluent builder pattern :

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

### **Step 2 :**
**Step 2** πŸ‘‡
- Build the **Logger Configuration** with fluent builder pattern :

```csharp
Expand All @@ -26,7 +24,7 @@
```
   ***`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.*

### **Step 3 :**
**Step 3** πŸ‘‡
- Build the **Logger** with fluent builder pattern :

```csharp
Expand Down Expand Up @@ -59,7 +57,7 @@

```

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

```csharp
Expand Down

0 comments on commit 0e0bf90

Please sign in to comment.