You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-Nuget.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
.DeleteTheLogFileWhenExceededTheMaximumSizeOf(20)
22
22
.PrintOnConsole();
23
23
```
24
-
> ❕ **Note**:
24
+
> ❕ **Note**
25
25
> Internal logger agent is responsible for logging the events occured in the FastLog.Net internally (including exceptions).
26
26
27
27
**Step 2** 👇
@@ -32,7 +32,7 @@
32
32
.WithLoggerName("FastLog.Net® Logger")
33
33
.WithMaxEventsToKeepInMemory(1_000);
34
34
```
35
-
> ❕ **Note**:
35
+
> ❕ **Note**
36
36
> 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.
37
37
38
38
**Step 3** 👇
@@ -81,8 +81,8 @@ await fastLogger.LogException(new Exception("This is a test exception i want to
81
81
awaitfastLogger.LogSystem("The system is gonna be restarted !");
0 commit comments