Log now have default Logger (for debugging purpose)
This commit is contained in:
parent
260eea0788
commit
66cbf8097c
@ -6,7 +6,7 @@ import java.util.logging.Logger;
|
||||
|
||||
public class Log {
|
||||
|
||||
private static Logger logger;
|
||||
private static Logger logger = Logger.getGlobal();
|
||||
private static AtomicBoolean logDebug = new AtomicBoolean(false);
|
||||
|
||||
public static void setDebug(boolean newVal) {
|
||||
|
Loading…
Reference in New Issue
Block a user