MaxChars

data class MaxChars(val maxChars: Int) : ActionLogTruncation

Truncate every string value in the action log to maxChars characters.

Constructors

Link copied to clipboard
constructor(maxChars: Int)

Properties

Link copied to clipboard

Maximum kept length; must be positive.