Rewrite some Logger bits, remove last Global throw

This commit is contained in:
Matt Nadareski
2020-09-15 17:26:57 -07:00
parent 044d70da6e
commit 66136b5d79
4 changed files with 85 additions and 62 deletions

View File

@@ -26,7 +26,7 @@ namespace RombaSharp
public static void Main(string[] args)
{
// Perform initial setup and verification
Globals.Logger = new Logger(true, "romba.log");
Globals.Logger = new Logger("romba.log");
// Create a new Help object for this program
_help = RetrieveHelp();