Text

data class Text(val message: String) : LogMessageContent

Plain string message for text type logs.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
@SerializedName(value = "message")
val message: String