Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digitalrmdy/serilog.sink.appcenter
AppCenter sink for Serilog
https://github.com/digitalrmdy/serilog.sink.appcenter
appcenter csharp nuget-package serilog sinks xamarin
Last synced: 3 months ago
JSON representation
AppCenter sink for Serilog
- Host: GitHub
- URL: https://github.com/digitalrmdy/serilog.sink.appcenter
- Owner: digitalrmdy
- License: mit
- Created: 2019-08-07T15:43:11.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-29T04:32:28.000Z (9 months ago)
- Last Synced: 2024-11-07T10:03:52.083Z (3 months ago)
- Topics: appcenter, csharp, nuget-package, serilog, sinks, xamarin
- Language: C#
- Homepage:
- Size: 101 KB
- Stars: 11
- Watchers: 7
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serilog.Sink.AppCenter
AppCenter sink for Serilog
[![NuGet Badge](https://buildstats.info/nuget/serilog.sink.appcenter)](https://www.nuget.org/packages/Serilog.Sink.AppCenter/)
[![Develop](https://github.com/digitalrmdy/Serilog.Sink.AppCenter/actions/workflows/push.yml/badge.svg?branch=develop)](https://github.com/digitalrmdy/Serilog.Sink.AppCenter/actions/workflows/push.yml)
[![Publish](https://github.com/digitalrmdy/Serilog.Sink.AppCenter/actions/workflows/publish.yml/badge.svg)](https://github.com/digitalrmdy/Serilog.Sink.AppCenter/actions/workflows/publish.yml)
## Usage```
Log.Logger = new LoggerConfiguration()
.WriteTo.AppCenterSink(AppCenterTarget.ExceptionsAsCrashes, "yourAppCenterSecret")
.CreateLogger();
```