Class: JSJaCDebugger

JSJaCDebugger

new JSJaCDebugger

Interface debuggers (loggers) have to implement in order to be used by JSJaC for debugging.
Source:
  • JSJaCDebugger.js, line 5

Methods

log

Log a message.
Parameters:
Name Type Argument Description
message string The message to be logged.
level int <optional>
The loglevel of the message to be logged.
Source:
  • JSJaCDebugger.js, line 12