var parseableSinkOptions = new ParseableSinkOptions
{
Host = "localhost:8000",
Stream = "teststream",
BatchSizeLimit = 100,
};
builder.UseSerilog((_, services, configuration) =>
{
configuration
.WriteTo.Parseable(parseableSinkOptions)
...
}
-
Notifications
You must be signed in to change notification settings - Fork 0
License
Elfsquad/Elfsquad.ParseableSerilogSink
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published