[Internal] Messenger uses its own Logger
altrisi opened this issue · 3 comments
Instead of using base CarpetSettings
logger, Messenger
gets (and uses) its own logger.
Not really a big deal, but it's a thing.
BTW why is the global logger in CarpetSettings
instead of CarpetServer
? (since it's theoretically the "main class", isn't it?)
¯\(ツ)/¯
Reason logger is in CarpetSettings is that in mixins where you typically need to import settings class, you already have it imported. But messenger - no idea why it was this way.