We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
const logger = require('../../core/logger.js'); logger.log('hello, world!');
The logger.js module is Jankbot's logging system. It should be used over console.log for bookkeeping purposes.
logger.log(message)
Logs the given message.
logger.error(message)
Errors with the given message.