Added command line option 'date-format' to control how dates are printed to console (not to log)

This commit is contained in:
Dinnerbone
2011-02-26 11:29:37 +00:00
parent bb8d9fbe9d
commit 07b86b1230
4 changed files with 40 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ public class MinecraftServer implements Runnable, ICommandListener {
threadcommandreader.setDaemon(true);
threadcommandreader.start();
ConsoleLogManager.a(reader); // Craftbukkit
ConsoleLogManager.a(this); // Craftbukkit
// CraftBukkit start
System.setOut(new PrintStream(new LoggerOutputStream(a, Level.INFO), true));