HBD.Mef.Logging 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package HBD.Mef.Logging --version 1.0.0
NuGet\Install-Package HBD.Mef.Logging -Version 1.0.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="HBD.Mef.Logging" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HBD.Mef.Logging --version 1.0.0
#r "nuget: HBD.Mef.Logging, 1.0.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 HBD.Mef.Logging as a Cake Addin
#addin nuget:?package=HBD.Mef.Logging&version=1.0.0

// Install HBD.Mef.Logging as a Cake Tool
#tool nuget:?package=HBD.Mef.Logging&version=1.0.0

The logger for HBD projects. All logging instance using in the HBD framework and libraries will be implemented in this project.

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  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 (2)

Showing the top 2 NuGet packages that depend on HBD.Mef.Logging:

Package Downloads
HBD.Mef

The reference is out of date. Please update to the latest packages available in the nugget.org The custom Mef Bootstrapper that compatible with WPF, WinForms and Console applications. Wisely support from .Net 4.5 to .Net 4.7 and from .Net Standard 1.6 to .Net Standard 2.0.

HBD.Mef.Mvc

The Mef (Dependence injection) for Mvc5 and Mvc6.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 1,911 8/13/2017
2.0.0-preview2 1,305 6/17/2017
2.0.0-preview1 858 6/17/2017
1.0.0 1,157 6/2/2017

Version 1.0.0
     - Segregated from HBD.Mef for WindowForms and Console App to separate project to share to all HBD.Mef libraries.