OutputLogEvent

Represents a log event.

Types

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

Properties

Link copied to clipboard

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Link copied to clipboard

The data contained in the log event.

Link copied to clipboard

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Functions

Link copied to clipboard
inline fun copy(block: OutputLogEvent.Builder.() -> Unit = {}): OutputLogEvent
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