datalust / seq-api

HTTP API client for Seq
https://datalust.co/seq
Apache License 2.0
77 stars 21 forks source link

How to send logs from c# application? #107

Closed ZedZipDev closed 2 years ago

ZedZipDev commented 2 years ago

How to send messages to Seq from a C# application (NET 4.5) directly without any Serilog, log4net etc. ?

liammclennan commented 2 years ago

You can use the HTTP API https://docs.datalust.co/docs/posting-raw-events

Note that the clients (Serilog etc) provide a lot of useful functionality.

liammclennan commented 2 years ago

Closing as duplicate of https://github.com/datalust/seq-tickets/discussions/1433