Paolo ponzano - 111 - Apr 9, 2014

Hello excuse me, I need to integrate SS with Nlog, I’ve seen you provided this http://www.nuget.org/packages/ServiceStack.Logging.NLog/ but I don’t know after having added it via nuget what to do, where should I register (and how) it?
Thanks

All loggers are basically registered in the same way, i.e. by assigning the log factory:

LogManager.LogFactory = new NLogFactory();