File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
docs/logs/getting-started Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,13 @@ instance, which is then used to do the logging. The log is sent to the
6161` OpenTelemetryLoggerProvider ` , which is configured to export logs to
6262` ConsoleExporter ` . ` ConsoleExporter ` simply displays it on the console.
6363
64+ Adding logging providers, obtaining ` ILogger ` instance, etc. could be done
65+ differently based on the application type. For example, [ Logging in ASP.NET
66+ Core] ( https://docs.microsoft.com/aspnet/core/fundamentals/logging#logging-providers )
67+ shows how to do logging in ASP.NET Core, which is also demonstrated in the
68+ [ OpenTelemetry Example ASP.NET Core
69+ application] ( ../../../examples/AspNetCore/Program.cs )
70+
6471## Learn more
6572
6673* If you want to build a custom exporter/processor/sampler, refer to [ extending
You can’t perform that action at this time.
0 commit comments