Redirect System.out and System.err to a Logger

This commit is contained in:
Dinnerbone
2011-02-20 01:53:06 +00:00
parent a6b3965672
commit 264b5c331d
3 changed files with 44 additions and 0 deletions

View File

@@ -260,4 +260,8 @@ public final class CraftServer implements Server {
pluginManager.callEvent(new WorldEvent(Type.WORLD_LOADED, world));
}
public Logger getLogger() {
return MinecraftServer.a;
}
}