Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
johnkattenhorn opened this issue Feb 6, 2024 · 3 comments

Comments

@johnkattenhorn
Copy link

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 ?

@nblumhardt
Copy link
Member

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?

@johnkattenhorn
Copy link
Author

johnkattenhorn commented Feb 7, 2024 via email

@nblumhardt
Copy link
Member

Fantastic - thanks, @johnkattenhorn 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants