la la la
This commit is contained in:
@ -103,7 +103,7 @@ public class LogManager {
|
|||||||
t.setDaemon(true);
|
t.setDaemon(true);
|
||||||
t.start();
|
t.start();
|
||||||
Runtime.getRuntime().addShutdownHook(new ShutdownHook());
|
Runtime.getRuntime().addShutdownHook(new ShutdownHook());
|
||||||
System.out.println("Created logManager " + this + " with context: " + context);
|
//System.out.println("Created logManager " + this + " with context: " + context);
|
||||||
}
|
}
|
||||||
private LogManager() {}
|
private LogManager() {}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user