NodeLogEvent

data class NodeLogEvent(val node: ClusterNode, val level: String, val log: String, val formattedLog: String) : Event

Constructors

Link copied to clipboard
constructor(node: ClusterNode, level: String, log: String, formattedLog: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val log: String
Link copied to clipboard