LogConfig

class LogConfig(val level: Int = LOG_CONFIG_DEFAULT_LOG_LEVEL, val isEnabledForReleaseBuild: Boolean = LOG_CONFIG_DEFAULT_STATE_FOR_RELEASE_BUILD)

Log Configuration Object.

Parameters

level

log level LogLevel

isEnabledForReleaseBuild

true if you want to enable logs for signed/release build else false.

Constructors

Link copied to clipboard
constructor(level: Int)
constructor(level: Int = LOG_CONFIG_DEFAULT_LOG_LEVEL, isEnabledForReleaseBuild: Boolean = LOG_CONFIG_DEFAULT_STATE_FOR_RELEASE_BUILD)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true, logs will be printed for a signed build.

Link copied to clipboard
val level: Int

Enabled log level for SDK logs.

Functions

Link copied to clipboard
open override fun toString(): String