LogLineInfo class

Log Line Information. Used when extracting tag and attaching log line number value.

Constructors

LogLineInfo({required String tag, String? logFilePath, int lineNumber = 0, int characterIndex = 0})
Creates LogLineInfo instance.

Properties

characterIndex int
Character at the log line.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineNumber int
Line number of the log line.
getter/setter pair
logFilePath String?
Log file path.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
Tag extracted from stacktrace (usually class)
getter/setter pair

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