CockpitVmLogEvent class final

One bounded Dart VM logging-stream record.

Message, error, and stack text is copied only when the VM already includes a value in the event. Cockpit never performs an additional object fetch for a log record, so collecting this stream cannot unexpectedly stall the profiled action.

Constructors

CockpitVmLogEvent({int? timestampMs, int? level, int? sequence, String? message, String? logger, String? zone, String? error, String? stack, String? isolateId})
const
CockpitVmLogEvent.fromJson(Object? value)
factory

Properties

error String?
final
hashCode int
The hash code for this object.
no setterinherited
isolateId String?
final
isValid bool
no setter
level int?
final
logger String?
final
message String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence int?
final
stack String?
final
timestampMs int?
final
zone String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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