You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Keep users from thinking that they need to call both:
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.The text was updated successfully, but these errors were encountered: