/serilog-sinks-reflectinsight

Writes events from Serilog to the ReflectInsight logging framework

Primary LanguageC#Apache License 2.0Apache-2.0

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.