PortableLog.Core
2.0.0-alpha9
dotnet add package PortableLog.Core --version 2.0.0-alpha9
NuGet\Install-Package PortableLog.Core -Version 2.0.0-alpha9
<PackageReference Include="PortableLog.Core" Version="2.0.0-alpha9" />
paket add PortableLog.Core --version 2.0.0-alpha9
#r "nuget: PortableLog.Core, 2.0.0-alpha9"
// Install PortableLog.Core as a Cake Addin #addin nuget:?package=PortableLog.Core&version=2.0.0-alpha9&prerelease // Install PortableLog.Core as a Cake Tool #tool nuget:?package=PortableLog.Core&version=2.0.0-alpha9&prerelease
Light-weight, portable logging interface. Combine with PortableLog adapters for logging frameworks or write your own.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
-
.NETFramework 4.0
- Microsoft.Bcl (>= 1.1.9)
- Microsoft.Bcl.Build (>= 1.0.14)
-
.NETFramework 4.0 Client
- Microsoft.Bcl (>= 1.1.9)
- Microsoft.Bcl.Build (>= 1.0.14)
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.5.1
- No dependencies.
-
All Frameworks
- No dependencies.
-
Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- Microsoft.Bcl (>= 1.1.9)
- Microsoft.Bcl.Build (>= 1.0.14)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on PortableLog.Core:
Package | Downloads |
---|---|
PortableLog.NLog
Wire up your logging with the NLog logging framework. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.0.0-alpha9 | 1,357 | 6/23/2015 | |
2.0.0-alpha8 | 1,488 | 6/23/2015 | |
2.0.0-alpha5 | 1,417 | 2/16/2015 | |
2.0.0-alpha4 | 1,630 | 2/16/2015 | |
2.0.0-alpha3 | 1,414 | 2/16/2015 | |
2.0.0-alpha2 | 1,400 | 2/14/2015 | |
2.0.0-alpha | 1,238 | 2/14/2015 | |
1.0.2 | 3,221 | 1/1/2015 |
Simplify the API and implementation.
Removed -Format method overloads, after some use it seemed better to use string.Format() explicitly or string extension methods like format.With(args).
This removed the need for ILogEx to resolve the overload ambiguities and simplified the API overall.
Breaking changes:
* Remove ILogEx
* Remove -Ex log method overloads
* Remove -Format log method overloads
* Rename some types to simpler names, such as ILogExFactory to ILogFactory
* Change log method signatures to resolve ambiguity in overloads