botanjs/src/externs/System.Log.js
raw ยท 314 bytes
/** @constructor */
System.Log = function (){}
/** @type {Function} */
System.Log.writeLine;
/** @type {Function} */
System.Log.registerHandler;
/** @type {Function} */
System.Log.removeHandler;
/** @type {const} */
System.Log.ERROR;
/** @type {const} */
System.Log.INFO;
/** @type {const} */
System.Log.SYSTEM;