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.
2 parents 7e454e1 + 8c39bd1 commit 2846091Copy full SHA for 2846091
articles/azure-monitor/app/tutorial-asp-net-core.md
@@ -349,7 +349,7 @@ public class ValuesController : ControllerBase
349
public ActionResult<IEnumerable<string>> Get()
350
{
351
//Info level traces are not captured by default
352
- _logger.LogInformation("An example of an Info trace..")
+ _logger.LogInformation("An example of an Info trace..");
353
_logger.LogWarning("An example of a Warning trace..");
354
_logger.LogError("An example of an Error level message");
355
0 commit comments