Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 300 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 300 Bytes

WebAPI with Serilog and Seq

Using the following Serilog sinks:

  • Console
  • Seq

Prerequisite:

  • Start 'Seq' as a docker container:
docker run --name seq -d --rm -e ACCEPT_EULA=y -p 5341:80 datalust/seq

Enrichers:

Enrich.WithProperty(...)

Enrich.FromLogContext()