Added basic command logging and logging to file.

This commit is contained in:
sk89q
2010-11-05 22:37:16 -07:00
parent 75b023d194
commit 49739bab76
3 changed files with 113 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ public class WorldEdit extends Plugin {
/**
* Logger.
*/
private static final Logger logger = Logger.getLogger("Minecraft");
private static final Logger logger = Logger.getLogger("Minecraft.WorldEdit");
/**
* WorldEditLibrary instance.
*/