pheus.cepheus-cep.0.1.1.source-code.logback-console.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cepheus-cep Show documentation
Show all versions of cepheus-cep Show documentation
Cepheus-CEP is a CEP (Complex Event Processor), it uses the Esper engine.
<?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"/> <!-- Console logging --> <appender name="console" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <Pattern>${LOG_PATTERN}</Pattern> </encoder> </appender> <root level="INFO"> <appender-ref ref="console"/> </root> </configuration>