Download logdistiller-1.1.jar file - Jar l

Jar examples for l:logdistiller

Description

LogDistiller is a logfile merge and sort tool. Log content is classified according to rules configured in an XML file. Classification results go into reports, which are published : simply stored in a file, sent by mail, or even added to a news feed.

You can download jar file logdistiller 1.1 in this page.

License

GPL

Build File

You can use the following script to add logdistiller-1.1.jar to your project.

<dependency>
   <groupId>net.sf.logdistiller</groupId>
   <artifactId>logdistiller</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'net.sf.logdistiller', name: 'logdistiller', version: '1.1'
libraryDependencies += "net.sf.logdistiller" % "logdistiller" % "1.1"
<dependency org="net.sf.logdistiller" name="logdistiller" rev="1.1"/>
@Grapes(@Grab(group='net.sf.logdistiller', module='logdistiller', version='1.1'))
'net.sf.logdistiller:logdistiller:jar:1.1'

Download

Click the following link to download the jar file.

logdistiller-1.1-sources.jar
logdistiller-1.1.jar
logdistiller-1.1.pom



Related Tutorials