apiforkml.3.0.10.source-code.log4j2.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javaapiforkml Show documentation
Show all versions of javaapiforkml Show documentation
This is JavaApiForKml, Micromata's library for use with applications that want to parse, generate and
operate on KML. It is an implementation of the OGC KML 2.2 standard. It is written entirely in Java and makes
heavy use of JAXB. Now being maintained by @urbancamo.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- Extra logging related to initialization of Log4j. Set to debug or trace if log4j initialization is failing. --> <Configuration status="warn"> <Appenders> <!-- Console appender configuration --> <Console name="console" target="SYSTEM_OUT"> <PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n" /> </Console> </Appenders> <Loggers> <!-- Root logger referring to console appender --> <Root level="debug" additivity="false"> <AppenderRef ref="console" /> </Root> </Loggers> </Configuration>