Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 591 Bytes

ReadMe.md

File metadata and controls

18 lines (15 loc) · 591 Bytes

Build status NuGet Badge

EntityFramework.Serilog

Use Serilog to Log your EntityFramework connects, disconnects and SQLs.

Installation

PM> Install-Package EntityFramewok.Serilog

Example

using (var ctx = new TestContext())
{
	ctx.UseSerilog();
}