Moved functionalities to library iMGcompress-core
This commit is contained in:
2025-01-23 12:53:22 +01:00
parent 87b7ef4fdf
commit 5152a87ffa
9 changed files with 70 additions and 36 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ using Pastel;
namespace ComicCompressor
{
public class Logger
public class Logger_OFF
{
public LogLevel LoggingLevel { get; set; } = LogLevel.Warning;
public bool Debug = false;