[Logger] Have logging automatically start on Logger create

This commit is contained in:
Matt Nadareski
2016-09-22 16:43:38 -07:00
parent 64270f5727
commit c17744984c
7 changed files with 2 additions and 24 deletions

View File

@@ -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)