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.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ If you want to log an enumerable list of objects, then the browser side componen
26
26
27
27
## Filtering
28
28
29
-
The implementation supports the ```ILoggerFactory```based filtering configuration that is supplied by the Microsoft Extension Logging abstraction.
29
+
The implementation supports the ```ILoggerFactory```-based filtering configuration that is supplied by the Microsoft Extension Logging abstraction.
30
30
31
-
To keep it lightweight [Microsoft Extensions Configuration](https://github.com/aspnet/Configuration) based configuration is not supported, the logger can be only configured in code.
31
+
To keep it lightweight,[Microsoft Extensions Configuration](https://github.com/aspnet/Configuration) based configuration is not supported; the logger can be only configured in code.
32
32
33
33
## Log levels
34
34
@@ -62,7 +62,7 @@ The following snippet shows how to consume the logger in a Blazor component.
0 commit comments