ServiceLiveTrace

data class ServiceLiveTrace(val connectivityLogsEnabled: Boolean? = null, val enabled: Boolean? = null, val httpRequestLogsEnabled: Boolean? = null, val messagingLogsEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(connectivityLogsEnabled: Boolean? = null, enabled: Boolean? = null, httpRequestLogsEnabled: Boolean? = null, messagingLogsEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the log category ConnectivityLogs is enabled? Defaults to true

Link copied to clipboard
val enabled: Boolean? = null

Whether the live trace is enabled? Defaults to true.

Link copied to clipboard

Whether the log category HttpRequestLogs is enabled? Defaults to true

Link copied to clipboard

Whether the log category MessagingLogs is enabled? Defaults to true