Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « System.Diagnostics.TraceSource « libraries « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7f8b2c0e274f1e21a2548be9260abbee0bbfeb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# System.Diagnostics.TraceSource

This assembly exposes the System.Diagnostics.TraceSource class, which provides a set of methods and properties that enable applications to trace the execution of code and associate trace messages with their source.

Documentation can be found at https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.tracesource.

## Contribution Bar

- [x] [We only consider fixes to maintain or improve quality](../README.md#primary-bar)
- [x] [We consider PRs that target this library for new source code analyzers](../README.md#secondary-bars)
- [x] [We consider PRs with refactoring changes due to new language features](../README.md#secondary-bars)

See the [Help Wanted](https://github.com/dotnet/runtime/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-System.Diagnostics.TraceSource+label%3A%22help+wanted%22) issues.

## Deployment

`System.Diagnostics.TraceSource` is provided as part of the `Microsoft.NETCore.App` shared framework.