EtwStream 1.3.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package EtwStream --version 1.3.1
NuGet\Install-Package EtwStream -Version 1.3.1
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="EtwStream" Version="1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EtwStream --version 1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EtwStream, 1.3.1"
#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 EtwStream as a Cake Addin #addin nuget:?package=EtwStream&version=1.3.1 // Install EtwStream as a Cake Tool #tool nuget:?package=EtwStream&version=1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Logs are event streams. EtwStream provides In-Process and Out-of-Process ObservableEventListener. Everything can compose and output to anywhere by Reactive Extensions.
Product | Versions 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.
-
- Microsoft.Diagnostics.Tracing.TraceEvent (>= 1.0.41)
- Rx-Main (>= 2.2.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EtwStream:
Package | Downloads |
---|---|
EtwStream.LinqPad
Monitoring ETW is very hard. Now LINQPad is log viewer, you can dump ETW stream. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.3 | 20,178 | 9/25/2016 |
1.3.2 | 2,507 | 6/6/2016 |
1.3.1 | 1,266 | 5/25/2016 |
1.3.0 | 1,208 | 5/25/2016 |
1.2.5 | 1,014 | 5/25/2016 |
1.2.4 | 1,840 | 3/7/2016 |
1.2.3 | 1,224 | 3/3/2016 |
1.2.2 | 1,329 | 2/14/2016 |
1.2.1 | 1,242 | 2/2/2016 |
1.2.0 | 2,566 | 1/6/2016 |
1.1.0 | 1,278 | 12/13/2015 |
1.0.1 | 1,246 | 2/2/2016 |
1.0.0 | 1,528 | 11/3/2015 |
FileSink uses dedicated writer thread.
Fix write empty line when message is buffered.