serilog-sinks-teams icon indicating copy to clipboard operation
serilog-sinks-teams copied to clipboard

Batching of the same log events

Open DixonDs opened this issue 8 years ago • 2 comments

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.

DixonDs avatar Jul 02 '17 07:07 DixonDs

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

SeppPenner avatar Mar 28 '19 14:03 SeppPenner

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.

SeppPenner avatar Jun 21 '19 20:06 SeppPenner