log abstract method
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);
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.
void log(String message);