Record class abstract

A single record emitted by a Logger.

Constructors

Record()

Properties

fields Iterable<Field>?
A set of fields bound to the logging context.
no setter
hashCode int
The hash code for this object.
no setterinherited
level Level
Severity level of this record.
no setter
message String
A message.
no setter
name String?
Name of the logger this record originally emitted by.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
Time when this record was created.
no setter

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