Skip to content

Commit cf8309c

Browse files
authored
Add reference to usage as a dependency
1 parent c5bf1de commit cf8309c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

+29
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,35 @@ This is what a logback.xml might look like:
4545
This setup uses an asynchronous wrapper to deal with log shipping on another thread
4646
and has some sensible options for dealing with buffer management. [Read more here](https://logback.qos.ch/manual/appenders.html#AsyncAppender)
4747

48+
## Get it using Maven
49+
50+
1. Add a link to this project's repository in your pom
51+
52+
`project > repositories > `
53+
54+
<repository>
55+
<snapshots>
56+
<enabled>false</enabled>
57+
</snapshots>
58+
<id>bintray-robshep-oss</id>
59+
<name>bintray</name>
60+
<url>http://dl.bintray.com/robshep/oss</url>
61+
</repository>
62+
63+
2. Add the dependency
64+
65+
`project > dependencies > `
66+
67+
<dependency>
68+
<groupId>net._95point2.utils</groupId>
69+
<artifactId>logback-logdna</artifactId>
70+
<version>1.0.0</version>
71+
</dependency>
72+
73+
#### Or, plain ol' download
74+
75+
Or just download the Jar and it's dependencies from https://github.com/robshep/logback-logdna/releases
76+
4877
## Configure
4978

5079
You can go to town on most other logback configurations but the LogDNA only has a couple of settings

0 commit comments

Comments
 (0)