biz.neustar.loggly
Class Loggly

java.lang.Object
  extended by biz.neustar.loggly.Loggly

public class Loggly
extends Object

A simple class that allows for easily sending JSON log messages to Loggly.


Constructor Summary
Loggly()
           
 
Method Summary
static void add(String key, Object o)
           
static void addGlobal(String key, Object o)
           
static void clear()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Loggly

public Loggly()
Method Detail

addGlobal

public static void addGlobal(String key,
                             Object o)

add

public static void add(String key,
                       Object o)

clear

public static void clear()


Copyright © 2011. All Rights Reserved.