Interface | Description |
---|---|
CustomLogger |
You may provide an implementation of this interface to the
LDSDKLogger to have all
log from the LEGO Device SDK written to a custom destination (for instance a remote logging server). |
Class | Description |
---|---|
DefaultAndroidCustomLogger | |
DefaultSilentCustomLogger |
Default implementation of the CustomLogger allowing for clients to disable logging completely.
|
LDSDKLogger |
Use this class to configure the log level that you want the LEGO Device SDK to use.
|
Enum | Description |
---|---|
LDSDKLogger.LoggerLevel |
Log level
|