Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
add Maven Central badge and installation section to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Pellegrini committed Sep 7, 2018
1 parent 5d59b08 commit 65f08b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@

[![Build Status](https://travis-ci.org/francescopellegrini/logback-capturing-appender.svg?branch=master)](https://travis-ci.org/francescopellegrini/logback-capturing-appender)

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.francescopellegrini/logback-capturing-appender_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.francescopellegrini/logback-capturing-appender_2.12)

Scala porting of [Patrick Kua class](https://github.com/thekua/Sample-Code/tree/master/java/logback-spike) for capturing Logback appenders output.

## Installation

Add to `build.sbt`

```scala
libraryDependencies += "com.github.francescopellegrini" %% "logback-capturing-appender" % "1.0.1"
```

0 comments on commit 65f08b8

Please sign in to comment.