mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Instance logging with backing static class instead of Global
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
|
||||
using SabreTools.Library.Data;
|
||||
using SabreTools.Library.DatFiles;
|
||||
using SabreTools.Library.Filtering;
|
||||
using SabreTools.Library.Help;
|
||||
@@ -45,7 +44,7 @@ namespace RombaSharp.Features
|
||||
// Check that all required directories exist
|
||||
if (!Directory.Exists(source))
|
||||
{
|
||||
Globals.Logger.Error($"File '{source}' does not exist!");
|
||||
logger.Error($"File '{source}' does not exist!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user