Log class abstract

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.
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
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