added log output
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>de.srsoftware</groupId>
|
||||
<artifactId>web4rail</artifactId>
|
||||
<version>1.3.30</version>
|
||||
<version>1.3.31</version>
|
||||
<name>Web4Rail</name>
|
||||
<packaging>jar</packaging>
|
||||
<description>Java Model Railway Control</description>
|
||||
|
||||
@@ -1006,6 +1006,7 @@ public class Train extends BaseClass implements Comparable<Train> {
|
||||
}
|
||||
|
||||
public static void startAll() {
|
||||
LOG.debug("Train.startAll()");
|
||||
for (Train train : BaseClass.listElements(Train.class)) LOG.info(train.automatic());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user