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