Using NLog.Owin.Logging
Install-Package NLog.Owin.Logging |
using NLog.Owin.Logging; | |
public class Startup | |
{ | |
public void Configuration(IAppBuilder app) | |
{ | |
app.UseNLog(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment