| Group ID: |
com.onloupe |
| Artifact ID: |
loupe-logback-support |
| Last modified: |
05.08.2019 15:38 |
| Packaging: |
jar |
| Name: |
Loupe Logback Appender |
| Description: |
Custom appender to integrate Loupe with Logback. |
| URL: |
https://onloupe.com/ |
|
|
| Size: |
5.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/onloupe/loupe-logback-support/1.0.2/loupe-logback-support-1.0.2.jar |
| POM: |
Show
hide
<?xml version="1.0"?>
<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>
<parent>
<groupId>com.onloupe</groupId>
<artifactId>parent</artifactId>
<version>1.0.2</version>
</parent>
<artifactId>loupe-logback-support</artifactId>
<name>Loupe Logback Appender</name>
<description>Custom appender to integrate Loupe with Logback.</description>
<url>https://onloupe.com/</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Ryan Kelliher</name>
<email>ryan@gibraltarsoftware.com</email>
<roles>
<role>Principal Software Development Engineer</role>
</roles>
<organization>Gibraltar Software, Inc.</organization>
<organizationUrl>https://onloupe.com/</organizationUrl>
</developer>
<developer>
<name>Kendall Miller</name>
<email>kendall@gibraltarsoftware.com</email>
<roles>
<role>Chief Executive Officer</role>
<role>Chief Software Architect</role>
<role>Grand Technical Poo Bah</role>
</roles>
<organization>Gibraltar Software, Inc.</organization>
<organizationUrl>https://onloupe.com/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/GibraltarSoftware/loupe-java.git</connection>
<developerConnection>scm:git:ssh://github.com:GibraltarSoftware/loupe-java.git</developerConnection>
<url>http://github.com/GibraltarSoftware/loupe-java/tree/master</url>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.onloupe</groupId>
<artifactId>core</artifactId>
<version>1.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.onloupe</groupId>
<artifactId>loupe-logback-support</artifactId>
<version>1.0.2</version>
</dependency>
|
| Gradle: |
com.onloupe:loupe-logback-support:1.0.2 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|