var root = ApplicationData.Current.LocalFolder;
logFolder = await root.CreateFolderAsync(LogFolderName, CreationCollisionOption.OpenIfExists);
答案 0 :(得分:0)
MetroLog文件的位置在其源代码line 34中已修复,如果您想要更改它,您应该转到源代码并更改其位置。请参阅File access permissions,将文件放在UWP app中的可访问位置。
另请参阅此类似帖子:Change MetroLog folder and file name in Windows 10 UWP app