InstrumentationLogger class abstract

The interface used by client code to communicate with an instrumentation server.

Implementers

Constructors

InstrumentationLogger()

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

log(String message) → void
Pass the given message to the instrumentation server so that it will be logged with other messages.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shutdown() Future<void>
Shut down this logger, including file handles etc.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited