HBD.Mef.Logging
1.0.0
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
<PackageReference Include="HBD.Mef.Logging" Version="1.0.0" />
paket add HBD.Mef.Logging --version 1.0.0
#r "nuget: HBD.Mef.Logging, 1.0.0"
// 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 | Versions 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. |
-
- HBD.Framework (>= 1.0.12)
- log4net (>= 2.0.8)
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,984 | 8/13/2017 |
2.0.0-preview2 | 1,381 | 6/17/2017 |
2.0.0-preview1 | 878 | 6/17/2017 |
1.0.0 | 1,191 | 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.