Skip to content

Commit 005584f

Browse files
Doing a normal internal link instead of xref style, since apparently they aren't supported in this repo
1 parent 00d4a38 commit 005584f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ If you write logs in your function code, their category is "Function".
188188

189189
### Log levels
190190

191-
The Azure functions logger also includes a *log level* with every log. [LogLevel](xref:Microsoft.Extensions.Logging.LogLevel) is an enumeration, and the integer code indicates relative importance:
191+
The Azure functions logger also includes a *log level* with every log. [LogLevel](/dotnet/api/microsoft.extensions.logging.loglevel) is an enumeration, and the integer code indicates relative importance:
192192

193193
|LogLevel |Code|
194194
|------------|---|

0 commit comments

Comments
 (0)