UserClientText

data class UserClientText(val prefix: String, val data: () -> KaliumLogger.UserClientData) : KaliumLogger.Tag

User-related data tag. Contains String text prefix and UserClientData (userId and clientId). It will be added to the tag in the standard pattern: "taguserId|clientId", so it can be combined with a Tag.Text type by adding the tag text as a prefix in this one.

Constructors

Link copied to clipboard
constructor(prefix: String, data: () -> KaliumLogger.UserClientData)

Properties

Link copied to clipboard
Link copied to clipboard
val prefix: String

Functions

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