InputLogEvent class

The class that represents log.

It manages the information for log output.

Constructors

InputLogEvent({required LogLevel level, required dynamic message, required dynamic error, required StackTrace? stackTrace})
Returns the new instance of LogEvent.

Properties

error → dynamic
The error in any format
final
hashCode int
The hash code for this object.
no setterinherited
level LogLevel
The log level
final
message → dynamic
The message in any format
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stacktrace
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