NLOG comme bibliothèque à utiliser dans différents projets

NLog.LogManager.Configuration = new NLog.Config.XmlLoggingConfiguration( "<your path>" + "\\NLog.config", true);
Grumpy Gibbon