blob: ddf32b1e61267b4f1d288ef33681a220e1a95390 [file] [log] [blame]
<module>
<source path="impl" />
<!-- Set up and handle the gwt.logging property -->
<define-property name="gwt.logging.enabled" values="TRUE, FALSE" />
<replace-with class="com.google.gwt.logging.impl.LoggerImplRegular">
<when-type-is class="com.google.gwt.logging.impl.LoggerImplNull"/>
<when-property-is name="gwt.logging.enabled" value="TRUE" />
</replace-with>
<replace-with class="com.google.gwt.logging.impl.LevelImplRegular">
<when-type-is class="com.google.gwt.logging.impl.LevelImplNull"/>
<when-property-is name="gwt.logging.enabled" value="TRUE" />
</replace-with>
<set-property name="gwt.logging.enabled" value="FALSE"/>
</module>