mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Logger] Have logging automatically start on Logger create
This commit is contained in:
@@ -42,7 +42,6 @@ namespace SabreTools
|
||||
{
|
||||
// Perform initial setup and verification
|
||||
_logger = new Logger(true, "romba.log");
|
||||
_logger.Start();
|
||||
InitializeConfiguration();
|
||||
DBTools.EnsureDatabase(_dbSchema, _db, _connectionString);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user