We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf6eb2 commit ec3b08bCopy full SHA for ec3b08b
docs/concepts/logging/samples/server/Tools/LoggingTools.cs
@@ -27,7 +27,7 @@ public static async Task<string> LoggingTool(
27
28
try
29
{
30
- logger.LogCritical("A critial log message");
+ logger.LogCritical("A critical log message");
31
logger.LogError("An error log message");
32
logger.LogWarning("A warning log message");
33
logger.LogInformation("An informational log message");
@@ -42,4 +42,4 @@ public static async Task<string> LoggingTool(
42
43
return $"Long running tool completed. Duration: {duration} seconds. Steps: {steps}.";
44
}
45
-}
+}
0 commit comments