log abstract method

void log(
  1. String message
)

Sends a WorkerResponse.log with the specified data to the worker client. This method must be called from the worker only.

Implementation

void log(String message);