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

p-sim-ecu.doip-sim-ecu-dsl.0.9.11.source-code.logback.xml Maven / Gradle / Ivy

Go to download

This is a kotlin based domain specific language (dsl), to quickly and intuitively write custom DoIP ECU simulations.

There is a newer version: 0.15.1
Show newest version
<configuration>
    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
        <!-- encoders are assigned the type
             ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
        <encoder>
            <pattern>%cyan(%d{HH:mm:ss.SSS}) %highlight(%-5level) %green([%thread]) %magenta(%logger{12}) %boldWhite(%mdc{ecu:-NONE}) %msg%n</pattern>
        </encoder>
    </appender>

    <logger name="library.SimulatedEcu" level="debug" />
    <logger name="library.DoipEntity" level="debug" />
    <logger name="SimEcu" level="debug" />

    <root level="info">
        <appender-ref ref="STDOUT" />
    </root>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy