vtm-web: move SLF4J GWT logger provider to app implementations (#630)

This commit is contained in:
Gustl22
2019-01-23 09:37:11 +02:00
committed by Emux
parent a3cdace8d2
commit 608edc2d46
3 changed files with 3 additions and 2 deletions
@@ -4,6 +4,7 @@
<entry-point class="org.oscim.web.client.GwtLauncher" />
<inherits name="org.oscim.gdx.VtmWeb" />
<inherits name="VtmGdxPoi3D" />
<inherits name="ru.finam.slf4jgwt.logging.gwt.Logging" />
<set-property name='gwt.logging.enabled' value='TRUE' />
<set-property name='gwt.logging.consoleHandler' value='ENABLED' />
@@ -4,8 +4,9 @@
<entry-point class="org.oscim.web.client.GwtLauncher" />
<inherits name="org.oscim.gdx.VtmWeb" />
<inherits name='org.timepedia.exporter.Exporter' />
<inherits name="ru.finam.slf4jgwt.logging.gwt.Logging" />
<set-property name="export" value="yes" />
<set-property name='gwt.logging.enabled' value='TRUE' />
-1
View File
@@ -3,7 +3,6 @@
<!-- <entry-point class="org.oscim.gdx.client.GwtLauncher" /> -->
<inherits name="com.google.gwt.xml.XML" />
<inherits name="ru.finam.slf4jgwt.logging.gwt.Logging" />
<!-- <set-property name='gwt.logging.enabled' value='TRUE' />
<set-property name='gwt.logging.consoleHandler' value='ENABLED' />