Essential.Diagnostics.RollingFileTraceListener
2.0.206
dotnet add package Essential.Diagnostics.RollingFileTraceListener --version 2.0.206
NuGet\Install-Package Essential.Diagnostics.RollingFileTraceListener -Version 2.0.206
<PackageReference Include="Essential.Diagnostics.RollingFileTraceListener" Version="2.0.206" />
paket add Essential.Diagnostics.RollingFileTraceListener --version 2.0.206
#r "nuget: Essential.Diagnostics.RollingFileTraceListener, 2.0.206"
// Install Essential.Diagnostics.RollingFileTraceListener as a Cake Addin #addin nuget:?package=Essential.Diagnostics.RollingFileTraceListener&version=2.0.206 // Install Essential.Diagnostics.RollingFileTraceListener as a Cake Tool #tool nuget:?package=Essential.Diagnostics.RollingFileTraceListener&version=2.0.206
Rolling file trace listener extension for System.Diagnostics, along with required config sections. Writes to a text file, rolling to a new file based on a filename template (usually including the date).
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.
The Essential.Diagnostics project also publishes a fluent client library that includes easy encapsulation of activity and logical operation scopes, as well as abstractions and templated classes for a simpler logging API and support for dependency injection frameworks.
See the project site on CodePlex for examples and documentation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Essential.Diagnostics.Core (>= 2.0.206)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Essential.Diagnostics.RollingFileTraceListener:
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. |
|
Essential.Diagnostics.RollingXmlTraceListener
Rolling file version of the XML trace listener extension for System.Diagnostics, along with required config sections. Writes E2ETraceEvent XML fragments to a text file, rolling to a new file based on a filename template (usually including the date). The E2ETraceEvent XML fragment format can be read by the Service Trace Viewer tool. 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. The Essential.Diagnostics project also publishes a fluent client library that includes easy encapsulation of activity and logical operation scopes, as well as abstractions and templated classes for a simpler logging API and support for dependency injection frameworks. See the project site on CodePlex for examples and documentation. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.206 | 184,061 | 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.