Class BleLogger
-
- All Implemented Interfaces:
public final class BleLogger
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceBleLogger.BleLoggerInterface
-
Constructor Summary
Constructors Constructor Description BleLogger()
-
Method Summary
Modifier and Type Method Description final static StringbyteArrayToHex(ByteArray a)final static UnitsetLoggerInterface(BleLogger.BleLoggerInterface loggerInterface)final static Unitd_hex(String tag, String msg, ByteArray data)final static Unitd(String tag, String msg)final static Unite(String tag, String msg)final static Unitw(String tag, String msg)final static Uniti(String tag, String msg)-
-
Method Detail
-
byteArrayToHex
final static String byteArrayToHex(ByteArray a)
-
setLoggerInterface
final static Unit setLoggerInterface(BleLogger.BleLoggerInterface loggerInterface)
-
-
-
-