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 abd28b0 + 5debb5a commit 815e3d2Copy full SHA for 815e3d2
articles/azure-monitor/app/ilogger.md
@@ -74,7 +74,7 @@ The code in step 2 configures `ApplicationInsightsLoggerProvider`. The following
74
```csharp
75
public class ValuesController : ControllerBase
76
{
77
- private readonly `ILogger` _logger;
+ private readonly ILogger _logger;
78
79
public ValuesController(ILogger<ValuesController> logger)
80
@@ -155,7 +155,7 @@ public class Program
155
156
public class Startup
157
158
159
160
public Startup(IConfiguration configuration, ILogger<Startup> logger)
161
0 commit comments