Update index.md (#24300)
* Update index.md * Update aspnetcore/fundamentals/logging/index.mdpull/24314/head
parent
9a0aacd287
commit
5ec7d57c8c
|
@ -34,7 +34,7 @@ The default ASP.NET Core web app templates:
|
|||
|
||||
[!code-csharp[](index/samples/6.x/WebApp/Program.cs?name=snippet1&highlight=1)]
|
||||
|
||||
The preceding code shows the *Program.cs* file created with the ASP.NET Core web app templates. The next several sections provide samples based on the ASP.NET Core web app templates, which use the Generic Host. [Non-host console apps](#nhca) are discussed later in this document.
|
||||
The preceding code shows the *Program.cs* file created with the ASP.NET Core web app templates. The next several sections provide samples based on the ASP.NET Core web app templates, which use the Generic Host.
|
||||
|
||||
The following code overrides the default set of logging providers added by `WebApplication.CreateBuilder`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue