This repository has been archived on 2025-01-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
NightTrainToBudapest/src/main/java/ch/unibas/dmi/dbis/cs108/ log4j2.tld

15 lines
396 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN">
<Appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
</Console>
</Appenders>
<Loggers>
<Root level="all">
<AppenderRef ref="Console"/>
</Root>
</Loggers>
</Configuration>