OutputLogEvent class

Represents a log event.

Constructors

OutputLogEvent({int? ingestionTime, String? message, int? timestamp})
OutputLogEvent.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ingestionTime int?
The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
final
message String?
The data contained in the log event.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int?
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited