manigandham / serilog-sinks-googlecloudlogging

Serilog sink that writes events to Google Cloud Logging
MIT License
41 stars 25 forks source link

Fixed logging no longer working #40

Closed alex-munteanu closed 4 years ago

alex-munteanu commented 4 years ago

After changing from PeriodicBatchingSink to IBatchedLogEventSink, the EmitBatchAsync method that should have been the correct one was not used anymore. Fixing this so logging actually works.

manigandham commented 4 years ago

Thanks for the fix! @aaxelm

Latest version released on nuget: https://www.nuget.org/packages/Serilog.Sinks.GoogleCloudLogging/3.2.0