System.Diagnostics.TextWriterTraceListener
4.3.0
Provides trace listeners for directing tracing output to a text writer, such as System.IO.StreamWriter, or a stream, such as a System.IO.FileStream.
Commonly Used Types:
System.Diagnostics.TextWriterTraceListener
System.Diagnostics.DelimitedListTraceListener
When using NuGet 3.x this package requires at least version 3.4.
Requires NuGet 2.12 or higher.
Install-Package System.Diagnostics.TextWriterTraceListener -Version 4.3.0
dotnet add package System.Diagnostics.TextWriterTraceListener --version 4.3.0
<PackageReference Include="System.Diagnostics.TextWriterTraceListener" Version="4.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Diagnostics.TextWriterTraceListener --version 4.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: System.Diagnostics.TextWriterTraceListener, 4.3.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install System.Diagnostics.TextWriterTraceListener as a Cake Addin
#addin nuget:?package=System.Diagnostics.TextWriterTraceListener&version=4.3.0
// Install System.Diagnostics.TextWriterTraceListener as a Cake Tool
#tool nuget:?package=System.Diagnostics.TextWriterTraceListener&version=4.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
https://go.microsoft.com/fwlink/?LinkID=799421
Dependencies
-
.NETFramework 4.6
- System.Diagnostics.TraceSource (>= 4.3.0)
-
.NETStandard 1.3
- System.Diagnostics.TraceSource (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Threading (>= 4.3.0)
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
-
Xamarin.WatchOS 1.0
- No dependencies.
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on System.Diagnostics.TextWriterTraceListener:
| Package | Downloads |
|---|---|
|
Microsoft.TestPlatform.TestHost
Testplatform host executes the test using specified adapter.
|
|
|
MSTest.TestAdapter
The adapter to discover and execute MSTest Framework based tests.
Supported platforms:
- .NET 4.5.0+
- .NET Core 1.0+ (Universal Windows Apps 10+) (Visual Studio 2017)
- ASP.NET Core 1.0+ (Visual Studio 2017)
|
|
|
MSTest.TestFramework
This is MSTest V2, the evolution of Microsoft's Test Framework.
Supported platforms:
- .NET 4.5.0+
- .NET Core 1.0+ (Universal Windows Apps 10+, DNX Core 5+)
- ASP.NET Core 1.0+
To discover and execute tests install MSTest.TestAdapter.
To discover and execute tests for project.json based projects install dotnet-test-mstest.
|