Skip to content

Commit f3e6972

Browse files
Update README-Nuget.md
1 parent 11af33a commit f3e6972

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README-Nuget.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
.DeleteTheLogFileWhenExceededTheMaximumSizeOf(20)
2222
.PrintOnConsole();
2323
```
24-
> **Note**:
24+
> **Note**
2525
> Internal logger agent is responsible for logging the events occured in the FastLog.Net internally (including exceptions).
2626
2727
**Step 2** 👇
@@ -32,7 +32,7 @@
3232
.WithLoggerName("FastLog.Net® Logger")
3333
.WithMaxEventsToKeepInMemory(1_000);
3434
```
35-
> **Note**:
35+
> **Note**
3636
> 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.
3737
3838
**Step 3** 👇
@@ -81,8 +81,8 @@ await fastLogger.LogException(new Exception("This is a test exception i want to
8181
await fastLogger.LogSystem("The system is gonna be restarted !");
8282
```
8383

84-
>**Warning**:
85-
>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.
84+
>**Warning**
85+
> >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.
8686

8787

8888
## GitHub Repository

0 commit comments

Comments
 (0)