Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 555 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 555 Bytes

Serilog.Sinks.Glimpse

Build status

A sink for Serilog that writes events to Glimpse.

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

var log = new LoggerConfiguration()
    .WriteTo.Glimpse()
    .CreateLogger();

Log events will appear in a Serilog tab under the Glimpse UI.