MetroLog
MetroLog copied to clipboard
General questions about MetroLog
I played a bit with MetroLog. Some things I noted:
- SQLiteTarget seems not be available for UWP
- documentation is outdated (StreamingFileTarget instead of FileStreamingTarget). Also StreamingFileTarget seems to work on iOS, not only UWP.
- page EventTracingForWindows doesn't exist
- documentation should mention the available log levels
- Since mostly Windows Store apps are supported out of the box, do I have to write my own
Target
? How? And how can I make it work on different plattforms? - How long are the files stored, when using
StreamingFileTarget
? It seems that you have to do the cleanup on your own ... - Can the path of the log file be changed? E.g. for iOS it is Library/[App name]/MetroLogs. For UWP simulator it is LocalState/MetroLogs. Can we get an overview where the default paths are?
- Is Xamarin.Forms supported?
Thanks!