io.keen.client.java
Class KeenLogging

java.lang.Object
  extended by io.keen.client.java.KeenLogging

public class KeenLogging
extends Object

KeenLogging is a wrapper around a logging module and provides, well, logging for the Keen Java SDK. Logging is disabled by default so as not to clutter up your development experience.

Since:
1.0.0
Author:
dkador

Constructor Summary
KeenLogging()
           
 
Method Summary
static void disableLogging()
          Call this to disable logging.
static void enableLogging()
          Call this to enable logging.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeenLogging

public KeenLogging()
Method Detail

enableLogging

public static void enableLogging()
Call this to enable logging.


disableLogging

public static void disableLogging()
Call this to disable logging.



Copyright © 2013 Keen IO. All Rights Reserved.