blob: 55dbd1a3e8d0830f566cd8c5245c520962eb80cb [file] [log] [blame]
<!-- -->
<!-- Copyright 2007 Google Inc. -->
<!-- Licensed under the Apache License, Version 2.0 (the "License"); you -->
<!-- may not use this file except in compliance with the License. You may -->
<!-- may obtain a copy of the License at -->
<!-- -->
<!-- http://www.apache.org/licenses/LICENSE-2.0 -->
<!-- -->
<!-- Unless required by applicable law or agreed to in writing, software -->
<!-- distributed under the License is distributed on an "AS IS" BASIS, -->
<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -->
<!-- implied. License for the specific language governing permissions and -->
<!-- limitations under the License. -->
<module rename-to="logexample">
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.logging.Logging"/>
<entry-point class="com.google.gwt.sample.logexample.client.LogExample"/>
<!-- Specify the paths for translatable code -->
<source path='client'/>
<source path='shared'/>
<!-- Disable the firebug handler as an example -->
<set-property name="gwt.logging.firebugHandler" value="DISABLED" />
<!-- Enable the simple remote handler -->
<set-property name="gwt.logging.simpleRemoteHandler" value="ENABLED" />
<!-- Try uncommenting some of the following to configure logging further
<set-property name="gwt.logging.enabled" value="FALSE"/>
<set-property name="gwt.logging.logLevel" value="FINE"/>
<set-property name="gwt.logging.consoleHandler" value="DISABLED" />
<set-property name="gwt.logging.developmentModeHandler" value="DISABLED" />
<set-property name="gwt.logging.popupHandler" value="DISABLED" />
<set-property name="gwt.logging.systemHandler" value="DISABLED" />
-->
<!-- allow Super Dev Mode -->
<add-linker name="xsiframe"/>
<set-configuration-property name="devModeRedirectEnabled" value="true"/>
</module>