X.Serilog.Sinks.Telegram
X.Serilog.Sinks.Telegram copied to clipboard
This is a sink for the Serilog logger that allows you to log just to your Telegram. For you're convenience this sink can format logs as a summary of events that happened during a period
### Is your feature request related to a problem? Please describe. Yes. The problem arises following a sequence of related log events within a Telegram channel. All logs are posted...
### Is your feature request related to a problem? Yes, it takes time to quickly identify and react to critical issues within a flood of log messages. Users need a...
 1. Continuous Integration - [ ] SemVer version update - [ ] Build, test, and execute SonarCloud checks 2. Continuous Delivery - [x] Push NuGet Package on new Release...
I use your lib for sending message to Telegram, it works great, thank you! But today I enable nullable in project and get error on code: ``` logConfig = logConfig.WriteTo.Telegram(config...
**Describe the bug** I used this lib to send logs to telegram. `logConfig = logConfig.WriteTo.TelegramCore(token, chatId, logLevelError);` **To Reproduce** Steps to reproduce the behavior: 1. Start app with code ```...