Skip to content

Commit

Permalink
Update README-Nuget.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayanFiroozi authored May 31, 2023
1 parent 11af33a commit f3e6972
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README-Nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.DeleteTheLogFileWhenExceededTheMaximumSizeOf(20)
.PrintOnConsole();
```
>**Note**:
>**Note**
> Internal logger agent is responsible for logging the events occured in the FastLog.Net internally (including exceptions).

**Step 2** 👇
Expand All @@ -32,7 +32,7 @@
.WithLoggerName("FastLog.Net® Logger")
.WithMaxEventsToKeepInMemory(1_000);
```
>**Note**:
>**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** 👇
Expand Down Expand Up @@ -81,8 +81,8 @@ await fastLogger.LogException(new Exception("This is a test exception i want to
await fastLogger.LogSystem("The system is gonna be restarted !");
```

>**Warning**:
>Since the **FastLog.Net** uses the background engine to process the requested log event(s) , so we **MUST** await "**ProcessAllEventsInQueue()**" method until all request(s) in the queue be processed before the app/service termination.
>**Warning**
> >Since the **FastLog.Net** uses the background engine to process the requested log event(s) , so we **MUST** await "**ProcessAllEventsInQueue()**" method until all request(s) in the queue be processed before the app/service termination.


## GitHub Repository
Expand Down

0 comments on commit f3e6972

Please sign in to comment.