public final class LogConstants
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
LogConstants.LogLevel |
static interface |
LogConstants.MacAddressLogSetting |
static interface |
LogConstants.UuidLogSetting |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEBUG
INFO + info needed to debug the library if a wrong behaviour is observed |
static int |
ERROR
Only critical library errors will be logged
|
static int |
INFO
WARN + info needed to understand what is happening with the Android OS BLE interactions |
static int |
MAC_ADDRESS_FULL
Full MAC address will be logged i.e.
|
static int |
MAC_ADDRESS_TRUNCATED
Truncated MAC address will be logged i.e.
|
static int |
NONE
Nothing will be logged in the respective setting
|
static int |
UUIDS_FULL
Full UUID will be logged
|
static int |
VERBOSE
DEBUG + some internal library logs |
static int |
WARN
ERROR + warnings that are handled gracefully or API misuse will be logged |
public static final int VERBOSE
DEBUG + some internal library logspublic static final int DEBUG
INFO + info needed to debug the library if a wrong behaviour is observedpublic static final int INFO
WARN + info needed to understand what is happening with the Android OS BLE interactionspublic static final int WARN
ERROR + warnings that are handled gracefully or API misuse will be loggedpublic static final int ERROR
public static final int NONE
Log Level — nothing will be logged no matter the other setting
MAC Address — will be logged as 'XX:XX:XX:XX:XX:XX'
UUIDs — will be logged as '...'
public static final int MAC_ADDRESS_FULL
public static final int MAC_ADDRESS_TRUNCATED
public static final int UUIDS_FULL