Tags: deavmi/gogga
Tags
Feature/args helper (#3) * Core - Work-in-progress mixin * Core - Fixed imports Test - Out of module test added * Core - Cleaned up mixins * Core - Documented * Test - Documented * Test - made private * Core - Renamed to `LoggingFuncs` * Test - Use new name `LoggingFuncs` * Core - Cleanedxc uop * Extras - Added new package * Core - Moved * Test - Moved * Extras (unittests) - Cleaned up tests * Test - Cleaned up tests
GoggaLogger - Any method which is templated AND marked as `final` will NOT be virtual. - Undid the `final` so as to provide us with vtable support when using via the super type `Logger`. Prior to this it would use the ones declared directly in `Logger` and not the others as effectively no override was present.
PreviousNext