Implemented log archive.

This commit is contained in:
Burak Kaan Köse
2024-08-21 13:54:24 +02:00
parent 6971ef1ede
commit 8f98bd37c7
5 changed files with 48 additions and 29 deletions

View File

@@ -13,5 +13,6 @@
public const string ClientLogFile = "Client_.log";
public const string ServerLogFile = "Server_.log";
public const string LogArchiveFileName = "WinoLogs.zip";
}
}