add logging
This commit is contained in:
parent
c70f1764a4
commit
a0af2c7911
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue