LogData class

Структура лог файла

Constructors

LogData(DateTime time, int level, String type, String title, [String body])
const
factory

Properties

body String
Подробные данные сообщения
final
hashCode int
The hash code for this object.
no setteroverride
level int
Уровень сообщения
final
name String
Название логгера отправившего сообщения
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time DateTime
Метка времени лога
final
title String
Заголовок сообщения
final

Methods

copyWith({DateTime? time, int? level, String? name, String? title, String? body}) LogData
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