Skip to content

BluffinMuffin/Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BluffinMuffin.Logger

All the logging tools for bluffin muffin

Contains:

  • BluffinMuffin.Logger.DBAccess: A DLL that use EntityFramework6 that you can use with server to log commands in a SQL Server database
  • SQLs scripts: Sql scripts to create a database that you can use on SQL Server and control data to put in the database
  • BluffinMuffin.Logger.DBAccess.Monitor: A .Net application that uses the database to display commands in a searchable way, with grouping and filters.

###Current Version: 1.1.0 (2015-11-15)

.Net BluffinMuffin.Logger.DBAccess
NuGet
PM> Install-Package BluffinMuffin.Logger.DBAccess
or Install via VS Package Management window.