Log class Null safety
A logging handler you can pass to a VmService instance in order to get notifications of non-fatal service protocol warnings and errors.
Constructors
- Log()
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
severe(
String message) → void - Log an error level message.
-
toString(
) → String -
A string representation of this object.
inherited
-
warning(
String message) → void - Log a warning level message.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited