log function

void log(
  1. String log
)

Implementation

@JS('Bugfender.log')
external void log(String log);