Skip to content

Instantly share code, notes, and snippets.

@pysco68
Created March 18, 2016 15:18
Show Gist options
  • Save pysco68/564dbd9212d93b533b1c to your computer and use it in GitHub Desktop.
Save pysco68/564dbd9212d93b533b1c to your computer and use it in GitHub Desktop.
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