Malikk / Shield

Shield - A collection of common Bukkit protection plugin API
http://dev.bukkit.org/server-mods/shieldapi/
3 stars 3 forks source link

use getLogger method #2

Closed IDragonfire closed 11 years ago

IDragonfire commented 11 years ago

http://wiki.bukkit.org/Common_Coding_Etiquette#Loggers

https://github.com/IDragonfire/Shield/blob/69fc635c5765aee933e6c29adc4b418933b3eb69/Shield/src/com/malikk/shield/Shield.java#L98

Malikk commented 11 years ago

Hm, I didn't know Bukkit had a built in logger. I don't think it did when I started developing and I've just always done it that way. I'm not sure this really makes a difference at all, but I'll make the change.

I'm not merging your pull request because you also added 'this' about a thousand times, and that's just verbosity I don't personally care for.