vtm-web: move SLF4J GWT logger provider to app implementations (#630)
This commit is contained in:
parent
a3cdace8d2
commit
608edc2d46
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' />
|
||||
|
Loading…
x
Reference in New Issue
Block a user