You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.
Serilog and LogEntries, especially with its Live Tail feature would be a great tool for Xamarin mobile development if it had a durable sink. Network connections are unreliable on mobile, and phones switch from WiFi to 4G and back, especially when developing a location monitoring app. Currently, lines are dropped when there is no connection.
A durable sink would use file based storage and then send any stored lines when the network is restored before sending new lines directly.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Serilog and LogEntries, especially with its Live Tail feature would be a great tool for Xamarin mobile development if it had a durable sink. Network connections are unreliable on mobile, and phones switch from WiFi to 4G and back, especially when developing a location monitoring app. Currently, lines are dropped when there is no connection.
A durable sink would use file based storage and then send any stored lines when the network is restored before sending new lines directly.
The text was updated successfully, but these errors were encountered: