This commit is contained in:
2023-02-06 10:17:50 +01:00
parent b45e24da11
commit 4c13481e68
5 changed files with 10 additions and 21 deletions

View File

@@ -20,7 +20,5 @@
internal static string VERSION_NAME { get; }
public static string ApplicationName { get; internal set; } = "EonaCatLogger";
public static ELogType LogLevel { get; internal set; } = ELogType.INFO;
}
}