createDefaultLogger function

TTLogger createDefaultLogger()

Factory helper to mirror existing logging behaviour without new singletons.

Implementation

TTLogger createDefaultLogger() => const PrintLogger();