LogEntry class

Constructors

LogEntry({required String category, required String message, String level = LogLevel.log, List context = const []})

Properties

category String
The source of log entry
final
context List
Any context objects connected to entry. Formatting depends on middleware used.
final
hashCode int
The hash code for this object.
no setterinherited
level String
Use LogLevel class static members to get standard predefined log levels
final
message String
Printable message text
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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