Skip to content

joelweiss/EntityFramework.Serilog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();
}

About

Serilog Integration for EntityFramework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages