mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Convert logging to be event-based
This commit is contained in:
@@ -26,7 +26,12 @@ namespace RombaSharp
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
// Perform initial setup and verification
|
||||
Globals.Logger = new Logger("romba.log");
|
||||
Globals.Logger = new Logger("romba.log")
|
||||
{
|
||||
AppendPrefix = true,
|
||||
LowestLogLevel = LogLevel.VERBOSE,
|
||||
ThrowOnError = false,
|
||||
};
|
||||
|
||||
// Create a new Help object for this program
|
||||
_help = RetrieveHelp();
|
||||
|
||||
Reference in New Issue
Block a user