add logging

This commit is contained in:
Mike Nolan 2022-05-03 09:08:31 -05:00
parent c70f1764a4
commit a0af2c7911
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ namespace Tesses.YouTubeDownloader
internal Logger(TYTDStorage storage) internal Logger(TYTDStorage storage)
{ {
storage.CreateDirectoryIfNotExist("config"); storage.CreateDirectoryIfNotExist("config");
storage.CreateDirectoryIfNotExist("config/log"); storage.CreateDirectoryIfNotExist("config/logs");
Properties = GetProperties(storage); Properties = GetProperties(storage);
_storage=storage; _storage=storage;