Wire up source for logging where possible

This commit is contained in:
Matt Nadareski
2020-10-07 16:37:10 -07:00
parent 82aa1807a9
commit bac43467cf
10 changed files with 104 additions and 15 deletions

View File

@@ -63,7 +63,7 @@ namespace SabreTools.Library.FileTypes
return archive;
// Create the archive based on the type
logger.Verbose($"Found archive of type: {at}");
staticLogger.Verbose($"Found archive of type: {at}");
switch (at)
{
case FileType.GZipArchive: