MetroLog icon indicating copy to clipboard operation
MetroLog copied to clipboard

General questions about MetroLog

Open wegascee opened this issue 8 years ago • 0 comments

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
  1. 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?
  2. How long are the files stored, when using StreamingFileTarget? It seems that you have to do the cleanup on your own ...
  3. 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?
  4. Is Xamarin.Forms supported?

Thanks!

wegascee avatar May 06 '16 12:05 wegascee