log function

void log(
  1. Object obj
)

Implementation

@JS('console.log')
external void log(Object obj);