LogMessage class

Сообщение, записываемое в лог.

Constructors

LogMessage({required LogLevel level, required String text, required String file, required int line})
const

Properties

file String
Имя файла, в котором было записано сообщение.
final
hashCode int
The hash code for this object.
no setteroverride
level LogLevel
Уровень логирования.
final
line int
Номер строки, в которой было записано сообщение.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
Содержимое сообщения.
final

Methods

copyWith({LogLevel? level, String? text, String? file, int? line}) LogMessage
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.
override