
Investigate usage of slf4bukkit
TheE opened this issue ยท 1 comments
slf4bukkit hooks input from slf4bukkit directly into Bukkit's logging system.
Currently MyWarp for Bukit bundles a log4j adapter (as does Bukkit) that hooks the output directly into Minecraft's logging system, avoiding Bukkit's logger. This is by no means ideal.
Can we switch to slf4bukkit? It seems to automatically prepend the plugin's name to the output (already done by the core) and comes with some defaults that might be problematic...
Blocked by rjenkinsjr/slf4bukkit#1.