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

This commit is contained in:
Gustl22 2019-01-19 17:54:23 +01:00 committed by Emux
parent a3cdace8d2
commit 608edc2d46
No known key found for this signature in database
GPG Key ID: 64ED9980896038C3
3 changed files with 3 additions and 2 deletions
vtm-web-app/src/org/oscim/web
vtm-web-js/src/org/oscim/web
vtm-web/src/org/oscim/gdx

@ -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' />

@ -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' />