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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt committed Apr 2, 2015
1 parent b3147e8 commit b75e222
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# serilog-sinks-nlog
# Serilog.Sinks.NLog

[![Build status](https://ci.appveyor.com/api/projects/status/5h48rc07j90bhwda/branch/master?svg=true)](https://ci.appveyor.com/project/serilog/serilog-sinks-nlog/branch/master)

A Serilog sink that writes events to NLog
Adapts Serilog to write events through existing NLog infrastructure.

**Package** - [Serilog.Sinks.NLog](http://nuget.org/packages/serilog.sinks.nlog)
| **Platforms** - .NET 4.5

You'll need to configure NLog, too.

```csharp
var log = new LoggerConfiguration()
.WriteTo.NLog()
.CreateLogger();
```

0 comments on commit b75e222

Please sign in to comment.