Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages