Metrolog is great for debugging when connected to the debugger. For windows it has a file target, but for IOS and Android there is no way to persist the debug messages. This would be really useful for beta testers
For windows there is SQLite target: https://github.com/onovotny/MetroLog/tree/dev/MetroLog.Targets.SQLite
I'd like to create and share one that works on IOS and Android, although I have never used SQLite before. I was thinking that if the user could send the db file to the developers we could them view the logs. Would the db file be accessible by a user on IOS and Android?
Thanks,
Philip