private void ThisAddIn_Shutdown(object sender, System.EventArgs e) { logger.ConditionalDebug("ThisAddIn_Shutdown"); InitNLog.CloseNLog(); }
private void ThisAddIn_Shutdown(object sender, System.EventArgs e) { logger.Info("ThisAddIn_Shutdown {0}", this.Application.Name); InitNLog.CloseNLog(); }