VmServiceLogger class

Wraps a Logger as a vm/Log to be passed to the VM Service library.

Constructors

VmServiceLogger(Logger _logger)

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