Sends a log message to the worker in the isolate. id is the unique identifier for the worker.
id
static void log(String id, String message) { _send(LogMessageCommand(id, message)); }