![JAR search and dependency download from the Maven repository](/logo.png)
h.car2go-connector.1.3.0.source-code.log4j2.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of car2go-connector Show documentation
Show all versions of car2go-connector Show documentation
Mule Anypoint Connector for the Car2Go API v2.1
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <Configuration status="ERROR" name="example-config"> <Properties> <Property name="PATTERN">%-5level %d [%t] %c:%M(%L): %m%n</Property> </Properties> <Appenders> <Console name="STDOUT" target="SYSTEM_OUT"> <PatternLayout pattern="${PATTERN}"/> </Console> </Appenders> <Loggers> <Root level="WARN"> <AppenderRef ref="STDOUT"/> </Root> </Loggers> </Configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy