Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 903 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 903 Bytes

MiniProfiler.Log4Net

MiniProfiler Extensions allows save MiniProfiler results into file (or another source) by log4Net

Build status Coverage Status

All what you need is:

var logger = LogManager.GetLogger("Logger"); //Init Log4Net Logger

MiniProfilerLog.SetUpLog4Net(logger); //Set up profiler with logger

and use Profiler as usual (see [MiniProfiler site] (http://miniprofiler.com/) or example Project)

##Install from Nuget

 Install-Package MiniProfiler.Log4Net