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

serilog-archive/serilog-sinks-reflectinsight

Repository files navigation

Serilog.Sinks.ReflectInsight

The ReflectInsight sink for Serilog.

Build status NuGet Version

Package - Serilog.Sinks.ReflectInsight | Platforms - .NET 4.5.1

Overview

We've added a Serilog Sink for ReflectInsight live log viewer. This allows you to leverage your current investment in Serilog, but leverage the power and flexibility that comes with the ReflectInsight viewer. You can view your Serilog messages in real-time, in a rich viewer that allows you to filter out and search for what really matters to you.

Getting Started

To install the Reflectinsight Serilog Sink, run the following command in the Package Manager Console:

Install-Package Serilog.Sinks.ReflectInsight

Usage

using Serilog;

Log.Logger = new LoggerConfiguration()
                   .MinimumLevel.Debug()
                   .WriteTo.ReflectInsight()				   
                   .CreateLogger();

Documentation

Copyright © 2016 Serilog Contributors - Provided under the Apache License, Version 2.0.