LogItem class final

Constructors

LogItem({required String? location, required String? icon, required Object? message, required Object? metadata, required Set<Symbol> tags, required bool showId, required bool showTags, required bool showTimestamp, required Frame? frame, required String? context})

Properties

context → String?
final
frame → Frame?
final
hashCode → int
The hash code for this object.
no setterinherited
icon → String?
final
id → String
final
internalIndex → int
final
location → String?
final
message → Object?
final
metadata → Object?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
showId → bool
final
showTags → bool
final
showTimestamp → bool
final
tags → Set<Symbol>
final
timestamp → DateTime
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toConsoleString() → String
toJson({bool pretty = true}) → String
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
override
toStyledConsoleString({required AnsiStyle? messageStyle, required AnsiStyle? nonMessageStyle}) → String

Operators

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