AstroJS/botanjs/src/externs/System.Log.js

17 lines
314 B
JavaScript
Raw Normal View History

2015-08-14 10:12:10 +00:00
/** @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;