added log level info to Main.java

This commit is contained in:
hneemann 2017-06-26 22:56:49 +02:00
parent be2ad8319e
commit c9d3e6825e

View File

@ -67,6 +67,7 @@ import static javax.swing.JOptionPane.showInputDialog;
/** /**
* The main frame of the Digital Simulator * The main frame of the Digital Simulator
* Set log level: -Dorg.slf4j.simpleLogger.defaultLogLevel=debug
* *
* @author hneemann * @author hneemann
*/ */