-
public class LogOptionsData class for new logger options used inside the library. If a particular setting is not defined then it will not get updated when passed to updateLogOptions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLogOptions.BuilderThe builder for LogOptions If a particular setting will not be defined on the builder the produced LogOptions will not overwrite them in the library when passed to updateLogOptions.
public interfaceLogOptions.LoggerSimple logging interface for log messages from RxAndroidBle
-
Field Summary
Fields Modifier and Type Field Description private final IntegerlogLevelprivate final IntegermacAddressLogSettingprivate final IntegeruuidLogSettingprivate final BooleanshouldLogAttributeValuesprivate final BooleanshouldLogScannedPeripheralsprivate final LogOptions.Loggerlogger
-
Method Summary
Modifier and Type Method Description IntegergetLogLevel()IntegergetMacAddressLogSetting()IntegergetUuidLogSetting()BooleangetShouldLogAttributeValues()BooleangetShouldLogScannedPeripherals()LogOptions.LoggergetLogger()StringtoString()-
-
Method Detail
-
getLogLevel
@Nullable() Integer getLogLevel()
-
getMacAddressLogSetting
@Nullable() Integer getMacAddressLogSetting()
-
getUuidLogSetting
@Nullable() Integer getUuidLogSetting()
-
getShouldLogAttributeValues
@Nullable() Boolean getShouldLogAttributeValues()
-
getShouldLogScannedPeripherals
@Nullable() Boolean getShouldLogScannedPeripherals()
-
getLogger
@Nullable() LogOptions.Logger getLogger()
-
-
-
-