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:
@@ -160,7 +160,7 @@ namespace SabreTools.Features
|
||||
{
|
||||
// Create a new base DatFile
|
||||
DatFile datFile = DatFile.Create(Header);
|
||||
Globals.Logger.User($"Processing '{Path.GetFileName(inputPath.CurrentPath)}'");
|
||||
logger.User($"Processing '{Path.GetFileName(inputPath.CurrentPath)}'");
|
||||
datFile.Parse(inputPath, keep: true,
|
||||
keepext: datFile.Header.DatFormat.HasFlag(DatFormat.TSV)
|
||||
|| datFile.Header.DatFormat.HasFlag(DatFormat.CSV)
|
||||
|
||||
Reference in New Issue
Block a user