Logger class abstract

Constructors

Logger()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

durationOnBackend(double sendTime, dynamic id) → void
durationOnFrontend(double sendTime, dynamic id) → void
frontendCallback(dynamic id) → void
frontendError(dynamic id) → void
gotFromBackend(dynamic id, dynamic value) → void
gotFromBackendMethod(dynamic id, dynamic value) → void
gotFromFrontend(dynamic id, dynamic value) → void
longDurationOnFrontend(double sendTime, dynamic id) → void
runBackendMethod(dynamic id, dynamic value) → void
sendToBackend(dynamic id, dynamic value) → void
sendToFrontend(dynamic id, dynamic value) → void

Constants

BACKEND → const String
FRONTEND → const String
MESSAGE_BUS → const String