log function

  1. @JS('Bugfender.log')
void log(
  1. String log
)

Implementation

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