mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2025-12-06 07:12:01 +01:00
CommonHelpers: Store logs in .log files
This commit is contained in:
parent
c03dcadfc1
commit
dd9650d2f4
|
|
@ -112,7 +112,7 @@ namespace CommonHelpers
|
|||
if (LogFileFolder is null)
|
||||
return;
|
||||
|
||||
String logFile = Path.Combine(LogFileFolder, String.Format("{0}_{1}.json",
|
||||
String logFile = Path.Combine(LogFileFolder, String.Format("{0}_{1}.log",
|
||||
Instance.ApplicationName, DateTime.UtcNow.ToString("yyyy-MM-dd")));
|
||||
|
||||
for (int i = 0; i < 3; i++)
|
||||
|
|
|
|||
Loading…
Reference in a new issue