serilog-contrib / Serilog.Sinks.MicrosoftTeams.Alternative

Serilog.Sinks.MicrosoftTeams.Alternative is a library to save logging information from Serilog to Microsoft Teams.
MIT License
32 stars 11 forks source link

Filter on property and multi channel support #23

Closed nelsonroliveira closed 2 years ago

nelsonroliveira commented 2 years ago

This PR will add support for:

closes #22

Notes

The new tests make use of WireMock to check for the actual sending of the messages, hope that is acceptable, the existing tests were adapted to do the same, but better validation of the message contents may be advisable.

nelsonroliveira commented 2 years ago

Thanks