Skip to content

Instantly share code, notes, and snippets.

View angeldimitrov94's full-sized avatar

Angel Dimitrov angeldimitrov94

View GitHub Profile
@rstackhouse
rstackhouse / gist:1162357
Created August 22, 2011 13:22
Configure NLog Programmatically
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NLog;
using NLog.Common;
using NLog.Targets;
using NLog.Config;
namespace ConsoleApplication1