mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Rewrite some Logger bits, remove last Global throw
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user