Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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();
```