ExpressiveLogging 3.0.0

dotnet add package ExpressiveLogging --version 3.0.0
NuGet\Install-Package ExpressiveLogging -Version 3.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="ExpressiveLogging" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExpressiveLogging --version 3.0.0
#r "nuget: ExpressiveLogging, 3.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 ExpressiveLogging as a Cake Addin
#addin nuget:?package=ExpressiveLogging&version=3.0.0

// Install ExpressiveLogging as a Cake Tool
#tool nuget:?package=ExpressiveLogging&version=3.0.0

Flexible logging framework based on lambdas and expression trees

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 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 590 9/30/2020
2.0.1 1,469 2/22/2018
1.1.0 1,187 3/7/2017
1.0.3 1,287 2/26/2017
1.0.2 1,189 2/26/2017
1.0.1 1,189 12/30/2016
1.0.0 1,399 12/24/2016

* 3.0.0 - major rewrite of main interfaces and API surface that drastically reduces size of codebase and improves utility
* 3.0.0 - introduce more complete 'global' logging mechanism which generally makes adoption easier for everyone
* 3.0.0 - delete DebugLogStream, replace any existing uses with TraceLogStream, they were functionally equivalent
* 3.0.0 - add new stream classes ProxyLogStream and ScopedActionLogStream
* 3.0.0 - moved most classes to a single namespace and all this code is now under ExpressiveLogging.V3
* 2.0.1 - rename namespace bufferlogging to bufferedlogging
* 2.0.0 - update to project to target .NET Standard 2.0
* 1.1.0 - addition of some extension methods (in root ExpressiveLogging.~version~ namespace) to assist in performance counter development
* 1.0.3 - Fix: Buffering logger was popping an extra record on every ExecuteBuffer that didn't empty the queue completely
* 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