ExpressiveLogging 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package ExpressiveLogging --version 1.0.2
                    
NuGet\Install-Package ExpressiveLogging -Version 1.0.2
                    
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="ExpressiveLogging" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ExpressiveLogging" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="ExpressiveLogging" />
                    
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 ExpressiveLogging --version 1.0.2
                    
#r "nuget: ExpressiveLogging, 1.0.2"
                    
#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.
#addin nuget:?package=ExpressiveLogging&version=1.0.2
                    
Install ExpressiveLogging as a Cake Addin
#tool nuget:?package=ExpressiveLogging&version=1.0.2
                    
Install ExpressiveLogging as a Cake Tool

Flexible logging framework based on lambdas and expression trees

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ExpressiveLogging:

Package Downloads
ExpressiveLogging.PowershellV5Logging

Flexible logging framework based on lambdas and expression trees

ExpressiveLogging.StartwatchExtensions

Extension methods for ExpressiveLogging that simplify integration with the Startwatch

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 692 9/30/2020
2.0.1 1,674 2/22/2018
1.1.0 1,361 3/7/2017
1.0.3 1,477 2/26/2017
1.0.2 1,367 2/26/2017
1.0.1 1,369 12/30/2016
1.0.0 1,586 12/24/2016

* 1.0.2 - AssertableLogStream had some bugs that made it unusable, fixed those and tested this code thoroughly
   * 1.0.1 - fix for issue with assembly refactoring script, that caused corrupted dll (assembly bind failures)
   * 1.0.0 - This is the first release and includes all sorts of new code
   * 1.0.0 - there has been minimal testing
   * 1.0.0 - There are all sorts of things that should still be added to this library that aren't there yet