LogEntry class

Constructors

LogEntry.standard(LogLevel level, String message, String loggerName)
factory
LogEntry.withError(LogLevel level, String message, String loggerName, String? errorDetails, String? stackTrace)
factory

Properties

errorDetails String?
final
hashCode int
The hash code for this object.
no setterinherited
level LogLevel
final
loggerName String
final
message String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace String?
final
timestamp DateTime
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
toStringOptions({bool includeTimestamp = false, bool includeLoggerName = false}) String

Operators

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