v2.0.0
- SDKCF-5390: Breaking Changes: Moved
setDebugLevel()
andsetDebug()
APIs from static toLogger
class APIs. This will allow multiple SDK app dependencies to have their own debug logging configuration.- Deprecated
Logger.setDebugLevel()
andLogger.setDebug()
static APIs. These APIs will no longer work but not removed to avoid crashes on incompatible SDK versions.
- Deprecated