X.Serilog.Sinks.Telegram icon indicating copy to clipboard operation
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

Results 6 X.Serilog.Sinks.Telegram issues
Sort by recently updated
recently updated
newest added
trafficstars

### 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...

enhancement

### 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...

enhancement

![image](https://github.com/Bardin08/X.Serilog.Sinks.Telegram/assets/67170413/ae2e4463-ceb3-4d05-9356-127463ec4c45) 1. Continuous Integration - [ ] SemVer version update - [ ] Build, test, and execute SonarCloud checks 2. Continuous Delivery - [x] Push NuGet Package on new Release...

tech-task

enhancement
help wanted
good first issue
tech-task

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 ```...