[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 logger = new Logger(true, "simplesort.log");
logger.Start();
// Credits take precidence over all
if ((new List<string>(args)).Contains("--credits"))