A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/serilog/serilog-sinks-logentries below:

serilog-archive/serilog-sinks-logentries: A Serilog sink that writes events to Logentries

Serilog.Sinks.Logentries

A Serilog sink that writes events to Logentries.

Logentries allows you to collect machine statistics and log files. In your Logentries dashboard, select the option to create a new log and pick the .NET log type. You will see details about log4net and nlog which you can ignore. At the bottom, there is a button to configure your app. Clicking on this button will reveal a token in the form of a guid. This is the token you need to enter in the Logentries configuration. By default the sink will use a TCP token over SSL.

Package - Serilog.Sinks.Logentries | Platforms - .NET 4.5 / .NET Standard 1.3

var log = new LoggerConfiguration()
    .WriteTo.Logentries("token")
    .CreateLogger();

Properties are not sent to Logentries. Only the message, which you can configure, is sent.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4