In theory, it should be possible to enable (and configure) logging via editing config/commons-logging.properties. In practice, a dummy/no-op logger is hard-coded in jstock/src/org/yccheok/jstock/gui/JStock.java: "static { System.setProperty("org.apache.commons.logging.Log", "org.apache.commons.logging.impl.NoOpLog"); }", which overrides any run-time configuration.
Please comment out this line again in future releases, so that the default no-op logging can be changed, if desired.
In theory, it should be possible to enable (and configure) logging via editing config/commons-logging.properties. In practice, a dummy/no-op logger is hard-coded in jstock/src/org/yccheok/jstock/gui/JStock.java: "static { System.setProperty("org.apache.commons.logging.Log", "org.apache.commons.logging.impl.NoOpLog"); }", which overrides any run-time configuration.
Please comment out this line again in future releases, so that the default no-op logging can be changed, if desired.