A RetroSearch Logo

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

Search Query:

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

logmatic/serilog-sinks-logmatic: Serilog sink to send logs to Logmatic.io.

A Serilog sink that send events and logs staight away to Logmatic.io. By default the sink will use a TCP connection over SSL.

You can override the default behavior by manually specifing the following properties.

var log = new LoggerConfiguration()
    .WriteTo.Logmatic(
        "<API_KEY>",
        ip: "app.logmatic.io",
        port: 10515,
        useSSL: true
    )
    .CreateLogger();

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