
project.geomajas-project-sld-editor-expert-gwt-example-jar.1.0.0-M2.source-code.logback.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geomajas-project-sld-editor-expert-gwt-example-jar Show documentation
Show all versions of geomajas-project-sld-editor-expert-gwt-example-jar Show documentation
Expert SLD Editor GWT example application code
The newest version!
<!-- ~ This is part of Geomajas, a GIS framework, http://www.geomajas.org/. ~ ~ Copyright 2008-2014 Geosparc nv, http://www.geosparc.com/, Belgium. ~ ~ The program is available in open source according to the GNU Affero ~ General Public License. All contributions in this program are covered ~ by the Geomajas Contributors License Agreement. For full licensing ~ details, see LICENSE.txt in the project root. --> <configuration debug="true"> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder"> <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern> </encoder> </appender> <!-- <logger name="org.geomajas.gwt"> <level value="DEBUG"/> </logger> --> <root> <level value="INFO"/> <appender-ref ref="CONSOLE"/> </root> </configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy