datalust/seq-forwarder

Is seq-forwarder a via way to introduce durable log shipping into Mobile Apps in C#

Opened this issue · 3 comments

Has anyone tried to implement durable log shipping to occasionally connected dotnet apps (specifically Uno Mobile Apps) using the seq-forwarder - would there be any advantage to doing this over using durable sink options from the seq sink ?

Hi John! I don't think Seq Forwarder will cut it in this scenario, it's really designed around running as a separate process with an HTTP API etc., which I'm guessing will be a challenge on mobile devices.

Does Serilog.Sinks.Seq's durable mode work for you, or would some alternative to the file-backed log buffer be needed?

Fantastic - thanks, @johnkattenhorn 👍