Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rlittlesii/serilog-sinks-appcenter
A Serilog sink that writes events to App Center
https://github.com/rlittlesii/serilog-sinks-appcenter
appcenter serilog-sink xamarin
Last synced: about 2 months ago
JSON representation
A Serilog sink that writes events to App Center
- Host: GitHub
- URL: https://github.com/rlittlesii/serilog-sinks-appcenter
- Owner: RLittlesII
- License: apache-2.0
- Created: 2019-01-31T04:36:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T22:56:00.000Z (over 1 year ago)
- Last Synced: 2024-11-03T10:46:43.289Z (about 2 months ago)
- Topics: appcenter, serilog-sink, xamarin
- Language: C#
- Size: 440 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serilog.Sinks.AppCenter
A Serilog sink that writes events to App Center# Status
[![github-release-badge]][github-release]
[![github-license-badge]][github-license]
[![codecov-badge]][codecov]| Azure Pipelines |
| --------------- |
| [![azurepipelines-badge]][azurepipelines] |
| [![azurepipelines-history-badge]][azurepipelines-history] |### NuGet
| Package | NuGet | MyGet |
| ------- | ----- | ----- |
| Serilog.Sinks.AppCenter.Crash | [![nuget-version-badge]![nuget-downloads-badge]][nuget] | [![myget-version-badge]![myget-downloads-badge]][myget] |[github-release]: https://github.com/RLittlesII/serilog-sinks-appcenter/releases/latest
[github-release-badge]: https://img.shields.io/github/release/RLittlesII/serilog-sinks-appcenter.svg?logo=github&style=flat "Latest Release"
[github-license]: https://github.com/RLittlesII/serilog-sinks-appcenter/blob/master/LICENSE
[github-license-badge]: https://img.shields.io/github/license/RLittlesII/serilog-sinks-appcenter.svg?style=flat "License"
[codecov]: https://codecov.io/gh/RLittlesII/serilog-sinks-appcenter
[codecov-badge]: https://img.shields.io/codecov/c/github/RLittlesII/serilog-sinks-appcenter.svg?color=E03997&label=codecov&logo=codecov&logoColor=E03997&style=flat "Code Coverage"[azurepipelines]: https://dev.azure.com/rlittlesii/github/_apis/build/status/serilog-sinks-appcenter?branchName=master
[azurepipelines-badge]: https://img.shields.io/azure-devops/build/rlittlesii/github/13.svg?color=98C6FF&label=azure%20pipelines&logo=azuredevops&logoColor=98C6FF&style=flat "Azure Pipelines Status"
[azurepipelines-history]: https://dev.azure.com/rlittlesii/github/_build/latest?definitionId=13&branchName=master
[azurepipelines-history-badge]: https://buildstats.info/azurepipelines/chart/rlittlesii/github/13?includeBuildsFromPullRequest=false "Azure Pipelines History"[nuget]: https://www.nuget.org/packages/Serilog.Sinks.AppCenter.Crash/
[nuget-version-badge]: https://img.shields.io/nuget/v/Serilog.Sinks.AppCenter.Crash.svg?color=004880&logo=nuget&style=flat-square "NuGet Version"
[nuget-downloads-badge]: https://img.shields.io/nuget/dt/Serilog.Sinks.AppCenter.Crash.svg?color=004880&logo=nuget&style=flat-square "NuGet Downloads"
[myget]: https://www.myget.org/feed/rlittlesii/package/nuget/Serilog.Sinks.AppCenter.Crash
[myget-version-badge]: https://img.shields.io/myget/rlittlesii/vpre/Serilog.Sinks.AppCenter.Crash.svg?label=myget&color=004880&logo=nuget&style=flat-square "MyGet Pre-Release Version"
[myget-downloads-badge]: https://img.shields.io/myget/rlittlesii/dt/Serilog.Sinks.AppCenter.Crash.svg?color=004880&logo=nuget&style=flat-square "MyGet Downloads"