You can download brooklyn-logback-includes-0.9.0.jar in this page.
Apache License
brooklyn-logback-includes-0.9.0.jar file has the following types.
META-INF/DEPENDENCIES META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE META-INF/maven/org.apache.brooklyn/brooklyn-logback-includes/pom.properties META-INF/maven/org.apache.brooklyn/brooklyn-logback-includes/pom.xml brooklyn/logback-appender-file.xml brooklyn/logback-appender-jclouds.xml brooklyn/logback-appender-stdout.xml brooklyn/logback-debug.xml brooklyn/logback-logger-debug-all.xml brooklyn/logback-logger-debug-favs.xml brooklyn/logback-logger-debug-jclouds.xml brooklyn/logback-logger-excludes.xml brooklyn/logback-logger-trace.xml logback-custom.xml logback-main.xml org.apache.brooklyn.util.logback.JcloudsPersistenceThreadDiscriminator.class
brooklyn-logback-includes-0.9.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>brooklyn-logback-includes</artifactId> <packaging>jar</packaging> <name>Brooklyn Logback Includable Configuration</name> <description> This project contains various "include" files which can be included by logback configuration, setting up logging for brooklyn. This project does *not* contain a logback.xml so is safe to include without causing errors, and if it is included you can then include any of the files provided here in your logback.xml. </description> <parent> <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../parent/pom.xml</relativePath> </parent> <dependencies> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> </dependency> </dependencies> </project>
<dependency> <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-logback-includes</artifactId> <version>0.9.0</version> </dependency>
If you think the following brooklyn-logback-includes-0.9.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download brooklyn-logback-includes-0.9.0.jar file