-
public class TemplateRenderer.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private IntegerdebugLevelpublic final static TemplateRenderer.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetDebugLevel()Enables or disables debugging. final UnitsetDebugLevel(Integer debugLevel)Enables or disables debugging. -
-
Method Detail
-
getDebugLevel
final Integer getDebugLevel()
Enables or disables debugging. If enabled, see debug messages in Android's logcat utility. Debug messages are tagged as PTLog.
-
setDebugLevel
final Unit setDebugLevel(Integer debugLevel)
Enables or disables debugging. If enabled, see debug messages in Android's logcat utility. Debug messages are tagged as PTLog.
- Parameters:
debugLevel- Can be one of the following: -1 (disables all debugging), 0 (default, shows minimal SDK integration related logging), 2(shows debug output)
-
-
-
-