withLog method

Implementation

JsonWidgetInternalFunctionsBuilder withLog() {
  functions[LogFunction.key] = LogFunction.body;
  return this;
}