CLogRecord class

Wraps the handle logged event for logging and later processing.

Constructors

CLogRecord({required DateTime time, required CLogLevel level, required dynamic data, StackTrace? stackTrace})
Constructor for the object.

Properties

data → dynamic
The data associated with the log event.
final
hashCode int
The hash code for this object.
no setterinherited
level CLogLevel
The log level of the logged event.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
Optional stack trace for post analysis.
final
time DateTime
The date and time of the log occurrence.
final

Methods

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

Operators

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