Skip to content

Commit

Permalink
Table Layout Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-merkle committed Apr 28, 2020
1 parent affe145 commit 693df3e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
A basic Slack Sink for the Serilog framwork.

## Status
| | |
|----------------------:|-|
| Nuget Package Version | [![Nuget Version](https://img.shields.io/nuget/v/Serilog.Sinks.SlackWebHook?style=flat-square)](https://www.nuget.org/packages/Serilog.Sinks.SlackWebHook/) |
| nuget.org Deployment | [![nuget.org Deployment](https://img.shields.io/azure-devops/release/jonas-merkle/09454b63-c969-4591-aa24-ea8867d031bd/1/2?style=flat-square)](https://dev.azure.com/jonas-merkle/serilog-sinks-slackwebhook/_release?view=all&_a=releases&definitionId=1)
| Build Status Master | [![Build Status Master](https://img.shields.io/azure-devops/build/jonas-merkle/serilog-sinks-slackwebhook/3/master?style=flat-square)](https://dev.azure.com/jonas-merkle/serilog-sinks-slackwebhook/_build/latest?definitionId=3) |
| Build Status Develop | [![Build status Develop](https://img.shields.io/azure-devops/build/jonas-merkle/serilog-sinks-slackwebhook/4/develop?style=flat-square)](https://dev.azure.com/jonas-merkle/serilog-sinks-slackwebhook/_build/latest?definitionId=4) |
| | |
|----------------------:|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Nuget Package Version | [![Nuget Version](https://img.shields.io/nuget/v/Serilog.Sinks.SlackWebHook?style=flat-square)](https://www.nuget.org/packages/Serilog.Sinks.SlackWebHook/) |
| nuget.org Deployment | [![nuget.org Deployment](https://img.shields.io/azure-devops/release/jonas-merkle/09454b63-c969-4591-aa24-ea8867d031bd/1/2?style=flat-square)](https://dev.azure.com/jonas-merkle/serilog-sinks-slackwebhook/_release?view=all&_a=releases&definitionId=1) |
| Build Status Master | [![Build Status Master](https://img.shields.io/azure-devops/build/jonas-merkle/serilog-sinks-slackwebhook/3/master?style=flat-square)](https://dev.azure.com/jonas-merkle/serilog-sinks-slackwebhook/_build/latest?definitionId=3) |
| Build Status Develop | [![Build status Develop](https://img.shields.io/azure-devops/build/jonas-merkle/serilog-sinks-slackwebhook/4/develop?style=flat-square)](https://dev.azure.com/jonas-merkle/serilog-sinks-slackwebhook/_build/latest?definitionId=4) |
| Test Status Master | [![Test Status Master](https://img.shields.io/azure-devops/tests/jonas-merkle/serilog-sinks-slackwebhook/3?compact_message&style=flat-square)](https://dev.azure.com/jonas-merkle/serilog-sinks-slackwebhook/_test/analytics?definitionId=3&contextType=build) |
| Test Status Develop | [![Test Status Master](https://img.shields.io/azure-devops/tests/jonas-merkle/serilog-sinks-slackwebhook/4?compact_message&style=flat-square)](https://dev.azure.com/jonas-merkle/serilog-sinks-slackwebhook/_test/analytics?definitionId=4&contextType=build) |
| Sonar Code Quality | [![Sonar Code Quality](https://img.shields.io/sonar/quality_gate/jonas-merkle_serilog-sinks-slackwebhook?server=https%3A%2F%2Fsonarcloud.io&style=flat-square)](https://sonarcloud.io/dashboard?id=jonas-merkle_serilog-sinks-slackwebhook) |
| Maintenance Status | [![Sonar Code Quality](https://img.shields.io/maintenance/yes/2020?style=flat-square)]() |
| Sonar Code Quality | [![Sonar Code Quality](https://img.shields.io/sonar/quality_gate/jonas-merkle_serilog-sinks-slackwebhook?server=https%3A%2F%2Fsonarcloud.io&style=flat-square)](https://sonarcloud.io/dashboard?id=jonas-merkle_serilog-sinks-slackwebhook) |
| Maintenance Status | [![Sonar Code Quality](https://img.shields.io/maintenance/yes/2020?style=flat-square)]() |

## Description
This tool provides a Serilog Sink which sends log messages to one or more channels in a Slack workspace. To send this messages this tool is using the [Slack.Webhooks](https://github.com/mrb0nj/Slack.Webhooks) project to handle the communication with Slack. Therfor you need a vaild WebHook URL to use this Sink. To get such a WebHook URL please read this [article](https://slack.com/help/articles/115005265063-Incoming-Webhooks-for-Slack). The log messages will be send in batches to the slack servers. You can setup the batch size to fit your needs.
Expand All @@ -20,12 +20,12 @@ This tool provides a Serilog Sink which sends log messages to one or more channe
You can get the latest version of this software as a nuget package form [nuget.org](https://www.nuget.org/packages/Serilog.Sinks.SlackWebHook/)

### Installing the Nuget Package
| Tool | Command/Code |
|------|--------------|
|Package Manager | ```PM> Install-Package Serilog.Sinks.SlackWebHook -Version X.Y.Z``` |
|.NET CLI | ```> dotnet add package Serilog.Sinks.SlackWebHook --version X.Y.Z```|
| Tool | Command/Code |
|------------------|--------------------------------------------------------------------------------|
|Package Manager | ```PM> Install-Package Serilog.Sinks.SlackWebHook -Version X.Y.Z``` |
|.NET CLI | ```> dotnet add package Serilog.Sinks.SlackWebHook --version X.Y.Z``` |
| PackageReference | ```<PackageReference Include="Serilog.Sinks.SlackWebHook" Version="X.Y.Z" />```|
| Package CLI | ```> paket add Serilog.Sinks.SlackWebHook --version X.Y.Z```|
| Package CLI | ```> paket add Serilog.Sinks.SlackWebHook --version X.Y.Z``` |

## Dependencies

Expand Down

0 comments on commit 693df3e

Please sign in to comment.