mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Logger] Have logging automatically start on Logger create
This commit is contained in:
@@ -21,7 +21,6 @@ namespace SabreTools
|
||||
{
|
||||
// Perform initial setup and verification
|
||||
_logger = new Logger(true, "sabretools.log");
|
||||
_logger.Start();
|
||||
|
||||
// If output is being redirected, don't allow clear screens
|
||||
if (!Console.IsOutputRedirected)
|
||||
|
||||
Reference in New Issue
Block a user