Serilog.Sinks.NLog Adapts Serilog to write events through existing NLog infrastructure. Package - Serilog.Sinks.NLog | Platforms - .NET 4.5 You'll need to configure NLog, too. var log = new LoggerConfiguration() .WriteTo.NLog() .CreateLogger();