logzio-logback-appender
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.logz.logback</groupId> <artifactId>logzio-logback-appender</artifactId> <version>2.4.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.logz.logback</groupId> <artifactId>logzio-logback-appender</artifactId> <version>2.4.0</version> <name>Logz.io Logback Appender</name> <description>Send your logs to your logz.io account in an encrypted, non-blocking manner.</description> <url>https://github.com/logzio/logzio-logback-appender</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>Naama Bendalak</name> <email>naama.bendalak@logz.io</email> <organization>Logz.io</organization> <organizationUrl>http://logz.io</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git@github.com:logzio/logzio-logback-appender.git</connection> <developerConnection>scm:git:git@github.com:logzio/logzio-logback-appender.git</developerConnection> <url>https://github.com/logzio/logzio-logback-appender</url> </scm> <distributionManagement> <repository> <id>central</id> <url>https://central.sonatype.com/</url> </repository> <snapshotRepository> <id>central-portal-snapshots</id> <url>https://central.sonatype.com/repository/maven-snapshots/</url> </snapshotRepository> </distributionManagement> <dependencies> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.5.18</version> <scope>provided</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.sonatype.central</groupId> <artifactId>central-publishing-maven-plugin</artifactId> <version>0.7.0</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>