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:
@@ -43,7 +43,7 @@ namespace RombaSharp.Features
|
||||
/* ended here */
|
||||
}
|
||||
|
||||
Globals.Logger.Error("This feature is not yet implemented: miss");
|
||||
logger.Error("This feature is not yet implemented: miss");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user