|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectio.keen.client.java.KeenLogging
public class KeenLogging
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.
| Constructor Summary | |
|---|---|
KeenLogging()
|
|
| Method Summary | |
|---|---|
static void |
disableDefaultLogHandler()
Disable the default log handler installed by the Keen Client to allow log management by standard j.u.l mechanisms. |
static void |
disableLogging()
Call this to disable logging. |
static void |
enableLogging()
Call this to enable logging. |
static boolean |
isLoggingEnabled()
Whether or not logging is enabled. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeenLogging()
| Method Detail |
|---|
public static void enableLogging()
public static void disableLogging()
public static void disableDefaultLogHandler()
public static boolean isLoggingEnabled()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||