Skip to content

Elfsquad/Elfsquad.ParseableSerilogSink

Repository files navigation

Elfsquad.ParseableSerilogSink

Usage

var parseableSinkOptions = new ParseableSinkOptions
{
    Host = "localhost:8000",
    Stream = "teststream",
    BatchSizeLimit = 100,
};

builder.UseSerilog((_, services, configuration) =>
{
    configuration
        .WriteTo.Parseable(parseableSinkOptions)
    ...
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages