log abstract method

void log(
  1. String message
)

Pass the given message to the instrumentation server so that it will be logged with other messages.

This method should be used for most logging.

Implementation

void log(String message);