Serilog.Sinks.Fluentd.Core Sends your logs to Fluentd var log = new LoggerConfiguration() .WriteTo.Fluentd() .CreateLogger();