Skip to content

Instantly share code, notes, and snippets.

@krunalm
krunalm / NlogSampleTextLogger
Created August 10, 2013 09:51
NLog => Sample Text Logger Class
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NLog;
namespace BrowserSessionTest
{
public static class Utils
{