FloggerRecord class

Contains all the information about the LogRecord and can be printed with printable based on FloggerConfig

Constructors

FloggerRecord.fromLogger(LogRecord record, FloggerConfig config)
Create a FloggerRecord from a LogRecord
factory

Properties

className String?
Class name where the log was triggered
final
config FloggerConfig
Print configuration
final
hashCode int
The hash code for this object.
no setterinherited
level Level
Log severity
final
loggerName String
Logger name
final
logRecord → LogRecord
Original LogRecord from Logger
final
message String
Log message
final
methodName String?
Method name where the log was triggered
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
Error stacktrace
final
time DateTime?
Log time
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printable() String
Convert the log to a printable String
toString() String
A string representation of this object.
inherited

Operators

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