mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 22:07:40 +00:00
CommonHelpers: Store logs in .log files
This commit is contained in:
parent
c03dcadfc1
commit
dd9650d2f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue