Download logging-12.10-beta.jar file - Jar l

Jar examples for l:logging

Description

Tiscover-Logging is a simple library that connects your java application directly to graphite for a numerical overview of the System and to Logstash/Elkstack for error-messages or other textual logging

You can download jar file logging 12.10-beta in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add logging-12.10-beta.jar to your project.

<dependency>
   <groupId>nl.cloudfarming.client</groupId>
   <artifactId>logging</artifactId>
   <version>12.10-beta</version>
</dependency>
compile group: 'nl.cloudfarming.client', name: 'logging', version: '12.10-beta'
libraryDependencies += "nl.cloudfarming.client" % "logging" % "12.10-beta"
<dependency org="nl.cloudfarming.client" name="logging" rev="12.10-beta"/>
@Grapes(@Grab(group='nl.cloudfarming.client', module='logging', version='12.10-beta'))
'nl.cloudfarming.client:logging:jar:12.10-beta'

Download

Click the following link to download the jar file.

logging-12.10-beta-javadoc.jar
logging-12.10-beta-sources.jar
logging-12.10-beta.jar
logging-12.10-beta.pom



Related Tutorials