PortableLog.Core 2.0.0-alpha

This is a prerelease version of PortableLog.Core.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package PortableLog.Core --version 2.0.0-alpha
                    
NuGet\Install-Package PortableLog.Core -Version 2.0.0-alpha
                    
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="PortableLog.Core" Version="2.0.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PortableLog.Core" Version="2.0.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="PortableLog.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PortableLog.Core --version 2.0.0-alpha
                    
#r "nuget: PortableLog.Core, 2.0.0-alpha"
                    
#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.
#:package PortableLog.Core@2.0.0-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PortableLog.Core&version=2.0.0-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PortableLog.Core&version=2.0.0-alpha&prerelease
                    
Install as a Cake Tool

Light-weight, portable logging interface. Combine with PortableLog adapters for logging frameworks or write your own.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • All Frameworks

    • No dependencies.
  • Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0-alpha5 76 2/16/2015
2.0.0-alpha4 37 2/16/2015
2.0.0-alpha3 33 2/16/2015
2.0.0-alpha2 35 2/14/2015
2.0.0-alpha 32 2/14/2015
1.0.2 153 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