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

serilog-archive/serilog-sinks-couchdb

Repository files navigation

Serilog.Sinks.CouchDB

Build status

A Serilog sink that writes events to Apache CouchDB.

Package - Serilog.Sinks.CouchDB | Platforms - .NET 4.5

You'll need to create a database on your CouchDB server. In the example shown, it is called log.

var log = new LoggerConfiguration()
    .WriteTo.CouchDB("http://mycouchdb/log/")
    .CreateLogger();

About

A Serilog sink that writes events to Apache CouchDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published