Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot authored Apr 27, 2024
1 parent 2626d4d commit 3c3312b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NLog.Extensions.Logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Providing features like:
- Enrich logging output with additional context details via the available [NLog LayoutRenderers](https://nlog-project.org/config/?tab=layout-renderers)
- Rendering logging output into standard formats like JSON, CVS, W3C ELF and XML using [NLog Layouts](https://nlog-project.org/config/?tab=layouts).

If using ASP.NET Core then check [NLog.Web.AspNetCore](https://www.nuget.org/packages/NLog.Web.AspNetCore).
If using ASP.NET Core then consider using [NLog.Web.AspNetCore](https://www.nuget.org/packages/NLog.Web.AspNetCore).

Supported platforms:

Expand All @@ -31,7 +31,7 @@ builder.Logging.ClearProviders();
builder.Logging.AddNLog();
```

Useful Links
Useful Links:

- [Home Page](https://nlog-project.org/)
- [Change Log](https://github.com/NLog/NLog.Extensions.Logging/releases)
Expand Down

0 comments on commit 3c3312b

Please sign in to comment.