Skip to content

Commit 139ec14

Browse files
Attempting to fix the xref build error (though it worked fine in the VS Code special previewer).
1 parent 74d4d59 commit 139ec14

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. <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](xref:Microsoft.Extensions.Logging.LogLevel) is an enumeration, and the integer code indicates relative importance:
192192

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

0 commit comments

Comments
 (0)