Skip to content

goldfrapp04/Scalyr-Java-Client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scalyr Java Client Library

This is the source code for the Java client to the Scalyr Logs and Scalyr Knobs services. See scalyr.com/logapijava for an introduction to the API.

We do not actively solicit outside contributions to the client library, but if you'd like to submit a patch, feel free to get in touch ([email protected]). And of course, feedback, requests, and suggestions are always welcome!

Adding to your project

With Maven

Add the following dependency to your project's pom.xml (check Maven Central for the latest version):

    <dependency>
        <groupId>com.scalyr</groupId>
        <artifactId>scalyr-client</artifactId>
        <version>6.0.0</version>
    </dependency>
Downloading JARs directly
  • Download the Java client library from Maven Central and add it to your project.

Note about json-simple

The com.scalyr.api.json package contains a bastardized copy of the json-simple library (http://code.google.com/p/json-simple/). We have removed code not needed for our purposes, and renamed the package to avoid conflicts. Thanks to Yidong Fang and Chris Nokleberg, the authors of json-simple, for this very handy library.

About

Client library for Scalyr services (scalyr.com)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%