3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-07-11 09:48:03 +02:00
ViaVersion/sponge
EnZaXD 9149f12809
Use global logger for configs, delete Config#LOGGER (#3846)
There is no reason to keep a separate logger for config files, this also doesn't work as intended since creating new Java loggers isn't really possible (they don't match the usually formatting Via.getPlatform().getLogger() would provide). This PR deletes the logger and uses the global/main logger provided by the platform, this has been tested with bukkit.
2024-05-14 18:54:23 +02:00
..
src/main Use global logger for configs, delete Config#LOGGER (#3846) 2024-05-14 18:54:23 +02:00
build.gradle.kts Include api sources in common sources jar 2023-11-06 20:04:45 +10:00