serilog-contrib / serilog-sinks-teams

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

Use periodic batching as base class #2

Closed Franklin89 closed 7 years ago

Franklin89 commented 7 years ago

@DixonDs Changed the base class and used the PeriodicBatching. Same way the slack sink works.

DixonDs commented 7 years ago

Thanks @Franklin89 !