io.keen.client.java
Class KeenLogging
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeenLogging
public KeenLogging()
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.