Skip to content

Commit 5e97ec4

Browse files
Update index.md
1 parent f4e3e2c commit 5e97ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/fundamentals/logging/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ The following table lists the <xref:Microsoft.Extensions.Logging.LogLevel> value
186186
| [Warning](xref:Microsoft.Extensions.Logging.LogLevel) | 3 | [LogWarning](/dotnet/api/microsoft.extensions.logging.loggerextensions.logwarning) | For abnormal or unexpected events. Typically includes errors or conditions that don't cause the app to fail. |
187187
| [Error](xref:Microsoft.Extensions.Logging.LogLevel) | 4 | [LogError](/dotnet/api/microsoft.extensions.logging.loggerextensions.logerror) | For errors and exceptions that cannot be handled. These messages indicate a failure in the current operation or request, not an app-wide failure. |
188188
| [Critical](xref:Microsoft.Extensions.Logging.LogLevel) | 5| [LogCritical](/dotnet/api/microsoft.extensions.logging.loggerextensions.logcritical) | For failures that require immediate attention. Examples: data loss scenarios, out of disk space. |
189-
| [None](xref:Microsoft.Extensions.Logging.None) | 6| | Specifies that a logging category should not write any messages. |
189+
| [`None` | 6| | Specifies that a logging category should not write any messages. |
190190

191191
In the previous table, the `LogLevel` is listed from lowest to highest severity.
192192

0 commit comments

Comments
 (0)