serilog-contrib / serilog-sinks-teams

A Serilog event sink that writes to Microsoft Teams
MIT License
18 stars 11 forks source link

Batching of the same log events #3

Open DixonDs opened 7 years ago

DixonDs commented 7 years ago

Now, when we use periodic batching sink (#2), it should be quite straightforward to group the same log events into a single Teams message and instead add additional properties to the Teams message like Count and, maybe, something like FirstOccurredDate/OccurredLastDate.

SeppPenner commented 5 years ago

What's the status here? This would be a great feature...

SeppPenner commented 5 years ago

You can check out https://github.com/SeppPenner/Serilog.Sinks.MicrosoftTeams. I have fixed both issues that are currently in this repo and added a new sink.