Logger class
Properties
-
db
↔ Db
-
getter/setter pair
-
debug
↔ bool
-
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
serviceId
↔ int
-
getter/setter pair
Methods
-
error(String type, String message, {int? entityId, dynamic exception, StackTrace? stackTrace, Map? debugData})
→ Future<void>
-
-
handleError(String handler, dynamic exception, StackTrace stacktrace, {HttpRequest? request, String? requestBody})
→ Future
-
-
log(String type, String message, {int? entityId})
→ Future<void>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited