Bukkit.getLogger() is deprecated in favor of Plugin.getLogger(). It's time to switch over all logging.
Definition of Done
[x] All debug statements use Main.getLogger()Yeah
[x] Take this opportunity to implement a /mct debug options command, which allows you to set certain flags to true or false allowing certain debug statements to be printed or not.
[x] New debug statement types should have an ID associated with them, which is registered with the command automatically for easy tab completion
Description
Bukkit.getLogger()
is deprecated in favor ofPlugin.getLogger()
. It's time to switch over all logging.Definition of Done
Main.getLogger()
Yeah/mct debug
options command, which allows you to set certain flags to true or false allowing certain debug statements to be printed or not.