Skip to content

Commit 8f378bf

Browse files
authored
Update LoggingEventSource.xml (dotnet#6602)
1 parent e2ee0cb commit 8f378bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/Microsoft.Extensions.Logging.EventSource/LoggingEventSource.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ SPEC = // empty spec, same as *
4545
| NAME : LEVEL // specifies level for a particular logger (can have a * suffix).
4646
```
4747
48-
Where Name is the name of a ILoggger (case matters), Name can have a \* which acts as a wildcard
48+
Where Name is the name of a ILogger (case matters), Name can have a \* which acts as a wildcard
4949
AS A SUFFIX. Thus, Net\* will match any loggers that start with the 'Net'.
5050
5151
The LEVEL is a number or a LogLevel string. 0=Trace, 1=Debug, 2=Information, 3=Warning, 4=Error, Critical=5

0 commit comments

Comments
 (0)