Skip to content

Commit

Permalink
System.Diagnostics.EventLog: Add README (#78243)
Browse files Browse the repository at this point in the history
Co-authored-by: carlossanlop <[email protected]>
  • Loading branch information
carlossanlop and carlossanlop authored Nov 11, 2022
1 parent 493574e commit 28cf171
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions src/libraries/System.Diagnostics.EventLog/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# System.Diagnostics.EventLog

This assembly exposes the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service.

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

## 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.EventLog+label%3A%22help+wanted%22) issues.

## Deployment

`System.Diagnostics.EventLog` is provided as a [NuGet package](https://www.nuget.org/packages/System.Diagnostics.EventLog).
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<NoWarn>$(NoWarn);CA1845;CA1846</NoWarn>
<Nullable>annotations</Nullable>
<IsPackable>true</IsPackable>
<PackageDescription>Provides the System.Diagnostics.EventLog class, which allows the applications to use the windows event log service.
<PackageDescription>Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service.

Commonly Used Types:
System.Diagnostics.EventLog</PackageDescription>
Expand Down

0 comments on commit 28cf171

Please sign in to comment.