Builder

abstract class Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun arg(key: String, value: Any): SystraceMessage.Builder
abstract fun arg(key: String, value: Double): SystraceMessage.Builder
abstract fun arg(key: String, value: Int): SystraceMessage.Builder
abstract fun arg(key: String, value: Long): SystraceMessage.Builder
Link copied to clipboard
abstract fun flush()