serilog-contrib / serilog-sinks-splunk

A Serilog sink that writes to Splunk
https://splunk.com
Apache License 2.0
46 stars 47 forks source link

Use periodic batching sink #67

Closed CoderNumber1 closed 7 years ago

CoderNumber1 commented 7 years ago

@merbla This should fix #63 by making the EventCollectorSink inherit from PeriodicBatchingSink to handle batching log requests.

merbla commented 7 years ago

@CoderNumber1 thanks, will try to have a look today.

merbla commented 7 years ago

LGTM