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 6743272 + 727d73f commit c3d194eCopy full SHA for c3d194e
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.LogInfo("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