A Bulk Http Loggly Sink for Serilog That supports upto 10000x more efficient logging to loggly by making use of the Loggly Bulk Http endpoint.
##Build
##News
8-24-2016 Release v1.0 and upgrading to Serilog 2.0!
Install via nuget
Install-Package Serilog.LogglyBulkSink
var logglyKey = "125125125125125125125125"; // whatever your loggly key is var tags = new []{"PROD", "MyCoolApp"}; var logger = new LoggerConfiguration() .MinimumLevel.Verbose() .WriteTo.LogglyBulk(logglyKey, tags, batchPostingLimit: 10000, period: TimeSpan.FromSeconds(10)) .CreateLogger();
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4