public class KeenLogging
extends java.lang.Object
| Constructor and Description |
|---|
KeenLogging() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static void enableLogging()
public static void disableLogging()
public static void disableDefaultLogHandler()
public static boolean isLoggingEnabled()