Essential.Diagnostics.Fluent 2.0.206

dotnet add package Essential.Diagnostics.Fluent --version 2.0.206
                    
NuGet\Install-Package Essential.Diagnostics.Fluent -Version 2.0.206
                    
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="Essential.Diagnostics.Fluent" Version="2.0.206" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Essential.Diagnostics.Fluent" Version="2.0.206" />
                    
Directory.Packages.props
<PackageReference Include="Essential.Diagnostics.Fluent" />
                    
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 Essential.Diagnostics.Fluent --version 2.0.206
                    
#r "nuget: Essential.Diagnostics.Fluent, 2.0.206"
                    
#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=Essential.Diagnostics.Fluent&version=2.0.206
                    
Install Essential.Diagnostics.Fluent as a Cake Addin
#tool nuget:?package=Essential.Diagnostics.Fluent&version=2.0.206
                    
Install Essential.Diagnostics.Fluent as a Cake Tool

Templated classes and abstractions to simplify System.Diagnostics. Provides easy encapsulation of activity and logical operation scopes, as well as simple support for dependency injection frameworks. This package also includes a starting sample configuration for System.Diagnostics.

     Other Essential.Diagnostics packages extend the .NET Framework System.Diagnostics trace logging with additional trace listeners. Included are colored console (that allows custom formats), SQL database (including a tool to create tables), rolling file (with custom formats), rolling XML, email (per trace or batched), and an in-memory trace listener.

     See the project site on CodePlex for examples and documentation.

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 Essential.Diagnostics.Fluent:

Package Downloads
Essential.Diagnostics

This project has been replaced by version 2, which uses separate packages for each trace listener. If you install this update, then it will include references to all the new projects: Essential.Diagnostics.Core, .BufferedEmailTraceListener, .ColoredConsoleTraceListener, .EmailTraceListener, .InMemoryTraceListener, .RollingFileTraceListener, .RollingXmlTraceListener, .SqlDatabaseTraceListener, and Essential.Diagnostics.Fluent, but will not be updated going forward. It is recommended to remove this project and add references to the specific listeners and features you need.

Essential.Diagnostics.Config

This project has been replaced by version 2, which uses separate packages for each trace listener. If you install this update, then it will include references to all the new projects: Essential.Diagnostics.Core, .BufferedEmailTraceListener, .ColoredConsoleTraceListener, .EmailTraceListener, .InMemoryTraceListener, .RollingFileTraceListener, .RollingXmlTraceListener, .SqlDatabaseTraceListener, and Essential.Diagnostics.Fluent, but will not be updated going forward. It is recommended to remove this project and add references to the specific listeners and features you need.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.206 86,594 2/6/2017

Version 2.0: Major re-organisation of project into separate packages for each trace listener. This allows projects to add just the listeners they need.