We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125de72 commit 53418a0Copy full SHA for 53418a0
HCMExternal/App.xaml.cs
@@ -30,7 +30,8 @@ public App()
30
#if HCM_DEBUG
31
.MinimumLevel.Verbose().WriteTo.Debug()
32
#endif
33
- .MinimumLevel.Verbose().WriteTo.File($"HCMExternal_Logging_{timestamp}.txt")
+ .MinimumLevel.Verbose().WriteTo.File($"HCMExternal_Logging_{timestamp}.txt",
34
+ flushToDiskInterval: TimeSpan.FromSeconds(3))
35
.CreateLogger();
36
Log.Information("Logging started");
37
0 commit comments