Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark AddNLog-methods as obsolete and instead redirect to AddNLogWeb #668

Open
snakefoot opened this issue Jun 10, 2021 · 1 comment
Open
Labels
ASP.NET Core ASP.NET Core - all versions breaking change
Milestone

Comments

@snakefoot
Copy link
Contributor

snakefoot commented Jun 10, 2021

Keep users from thinking that they need to call both:

builder.AddNLog()
builder.AddNLogWeb()

Avoid naming confusion with extension-methods from NLog.Extensions.Logging. Making it easier to explain users that they should always use AddNLogWeb() for ASP.NET Core applications.

@bakgerman
Copy link
Contributor

bakgerman commented Aug 6, 2023

Completed this in a branch until ready for merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ASP.NET Core ASP.NET Core - all versions breaking change
Projects
None yet
Development

No branches or pull requests

2 participants