FrameLog 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FrameLog --version 1.2.0
NuGet\Install-Package FrameLog -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FrameLog" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FrameLog --version 1.2.0
#r "nuget: FrameLog, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FrameLog as a Cake Addin
#addin nuget:?package=FrameLog&version=1.2.0

// Install FrameLog as a Cake Tool
#tool nuget:?package=FrameLog&version=1.2.0

A logging module for EntityFramework 5

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 127,969 5/6/2015
2.0.0 1,387 5/6/2015
2.0.0-beta 1,015 4/17/2015
1.5.0 3,432 11/10/2014
1.4.4 1,374 10/22/2014
1.4.3 7,046 4/23/2014
1.4.2 1,386 4/16/2014
1.4.1 1,588 2/17/2014
1.4.0 1,295 2/5/2014
1.3.4 1,220 2/5/2014
1.3.3 1,167 2/3/2014
1.3.2 1,200 2/3/2014
1.3.1 1,215 1/13/2014
1.2.0 2,836 8/16/2013
1.1.0 1,454 6/28/2013
1.0.50 1,317 5/31/2013
1.0.43 1,309 5/29/2013
1.0.30 1,316 4/22/2013

Version 1.2:
- Support added for controlling logging coverage at the class level. You can now add DoNotLog to classes. (#4)
- Support added for retrieving object creation information. HistoryExplorer now has a new method 'GetCreation'. (#2)