ExpressiveLogging.PowershellV5Logging
1.1.0
See the version list below for details.
dotnet add package ExpressiveLogging.PowershellV5Logging --version 1.1.0
NuGet\Install-Package ExpressiveLogging.PowershellV5Logging -Version 1.1.0
<PackageReference Include="ExpressiveLogging.PowershellV5Logging" Version="1.1.0" />
paket add ExpressiveLogging.PowershellV5Logging --version 1.1.0
#r "nuget: ExpressiveLogging.PowershellV5Logging, 1.1.0"
// Install ExpressiveLogging.PowershellV5Logging as a Cake Addin #addin nuget:?package=ExpressiveLogging.PowershellV5Logging&version=1.1.0 // Install ExpressiveLogging.PowershellV5Logging as a Cake Tool #tool nuget:?package=ExpressiveLogging.PowershellV5Logging&version=1.1.0
Flexible logging framework based on lambdas and expression trees - this package includes the assemblies that enable tight integration with powershell runtime
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- ExpressiveLogging (>= 1.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
* 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