SongodaCore/Core
Christian Koop 92ff9cebd5
feat: Rework how the Core-Logger works and is used
Implement own logger to prefix message with plugin name (if available) and CraftaroCore.

We prefix with both because the Core is shaded and this way it is clearly logged "which" Core is logging what.

This is also the reason why the Logger's name is now `CoreLogger.class.getCanonicalName()`
instead of CraftaroCore to uniquely identify each logger. (similar to what Bukkit's PluginLogger does).
2024-02-02 18:10:03 +01:00
..
src feat: Rework how the Core-Logger works and is used 2024-02-02 18:10:03 +01:00
pom.xml Add minimessage and utility class for it 2024-01-30 17:14:58 +01:00