LogMessage class
eg log server_start Server Started : Server started with 192.168.1.1 14.00.21 16:18 { agent: x, cause: y, token: a, context: short_desc, duration: 10 ms }
Constructors
-
LogMessage({String? customId, required BuildContext loggerContext, required String name, required LogLevel level, Map<
String, dynamic> ? payload, String? title})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
getter/setter pair
- level ↔ LogLevel
-
getter/setter pair
- loggerContext ↔ BuildContext
-
getter/setter pair
- name ↔ String
-
getter/setter pair
-
payload
↔ Map<
String, dynamic> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- time ↔ DateTime
-
getter/setter pair
- title ↔ String?
-
getter/setter pair
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