sendLog function

dynamic sendLog(
  1. LogEntry logEntry
)

Implementation

@JS('Bugfender.sendLog')
external sendLog(LogEntry logEntry);