public class LogOptions
extends java.lang.Object
RxBleClient.updateLogOptions(LogOptions).| Modifier and Type | Class and Description |
|---|---|
static class |
LogOptions.Builder
The builder for
#LogOptions(Integer, Integer, Integer, Boolean, Boolean, Logger)
If a particular setting will not be defined on the builder the produced
#LogOptions(Integer, Integer, Integer, Boolean, Boolean, Logger) will not overwrite them in the library when passed to
RxBleClient.updateLogOptions(LogOptions). |
static interface |
LogOptions.Logger
Simple logging interface for log messages from RxAndroidBle
|
| Modifier and Type | Method and Description |
|---|---|
LogOptions.Logger |
getLogger() |
java.lang.Integer |
getLogLevel() |
java.lang.Integer |
getMacAddressLogSetting() |
java.lang.Boolean |
getShouldLogAttributeValues() |
java.lang.Boolean |
getShouldLogScannedPeripherals() |
java.lang.Integer |
getUuidLogSetting() |
java.lang.String |
toString() |
public java.lang.Integer getLogLevel()
public java.lang.Integer getMacAddressLogSetting()
public java.lang.Integer getUuidLogSetting()
public java.lang.Boolean getShouldLogAttributeValues()
public java.lang.Boolean getShouldLogScannedPeripherals()
public LogOptions.Logger getLogger()
public java.lang.String toString()
toString in class java.lang.Object