se.corese-core.4.6.1.source-code.log4j2.xml Maven / Gradle / Ivy
<Configuration>
<Properties>
<Property name="pattern">%d{yyyy-MM-dd HH:mm:ss} %-5p %C{2}.%M:%L %x - %m%n</Property>
</Properties>
<Appenders>
<Console name="Console" target="SYSTEM_OUT">
<ThresholdFilter level="ERROR" onMatch="DENY" onMismatch="ACCEPT" />
<PatternLayout pattern="${pattern}" />
</Console>
<Console name="ErrorConsole" target="SYSTEM_ERR">
<ThresholdFilter level="ERROR" onMatch="ACCEPT" onMismatch="DENY" />
<PatternLayout pattern="${pattern}" />
</Console>
</Appenders>
<Loggers>
<Root level="debug">
<!-- <AppenderRef ref="Console" /> -->
<AppenderRef ref="ErrorConsole" />
</Root>
</Loggers>
</Configuration> © 2015 - 2025 Weber Informatics LLC | Privacy Policy