jeaf.x-fun.jeaf-x-fun-samples.1.6.22.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 jeaf-x-fun-samples Show documentation
Show all versions of jeaf-x-fun-samples Show documentation
Project provides sample code for usage of JEAF X-Fun API.
<?xml version="1.0" encoding="UTF-8"?> <Configuration packages="com.anaptecs.jeaf.xfun.impl.test.trace"> <Appenders> <Console name="STDOUT" target="SYSTEM_OUT"> <PatternLayout pattern="%d [%-10t] %-5p %-20.20c - %m\n"/> </Console> </Appenders> <Loggers> <Root level="TRACE"> <AppenderRef ref="STDOUT"/> </Root> </Loggers> </Configuration>