Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 508 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 508 Bytes

Serilog.Sinks.NLog

Build status

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();