NLog.Web icon indicating copy to clipboard operation
NLog.Web copied to clipboard

Mark AddNLog-methods as obsolete and instead redirect to AddNLogWeb

Open snakefoot opened this issue 4 years ago • 1 comments

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.

snakefoot avatar Jun 10 '21 16:06 snakefoot

Completed this in a branch until ready for merge

bakgerman avatar Aug 06 '23 15:08 bakgerman