LogEvent

class LogEvent

This structure contains the information for one sample log event that is associated with an anomaly found by a log anomaly detector.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The message content of the log event.

Link copied to clipboard

The time stamp of the log event.

Functions

Link copied to clipboard
inline fun copy(block: LogEvent.Builder.() -> Unit = {}): LogEvent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String