InputLogEvent

Represents a log event, which is a record of activity that was recorded by the application or resource being monitored.

Types

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

Properties

Link copied to clipboard

The raw event message. Each log event can be no larger than 1 MB.

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: InputLogEvent.Builder.() -> Unit = {}): InputLogEvent
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