All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pheus.cepheus-cep.0.1.3.source-code.logback-file.xml Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <!-- Use a common patter for console and file logging -->
    <property name="LOG_PATTERN" value="%d [%.15thread] %-5level %logger{10} - %msg%n"/>
    <!-- File logging -->
    <appender name="file" class="ch.qos.logback.core.FileAppender">
        <encoder>
            <pattern>${LOG_PATTERN}</pattern>
        </encoder>
        <file>${LOG_FILE}</file>
    </appender>
    <root level="INFO">
        <appender-ref ref="file"/>
    </root>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy