MCPcopy
hub / github.com/meteor/meteor / debug

Method debug

tools/console/console.js:780–785  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

778 // characters. See _wrap for more details.
779 //
780 debug(...args) {
781 if (! this.isDebugEnabled()) { return; }
782
783 var message = this._prettifyMessage(args);
784 this._print(LEVEL_DEBUG, message);
785 }
786
787 isInfoEnabled() {
788 return this.isLevelEnabled(LEVEL_CODE_INFO);

Callers 15

createIfNeededMethod · 0.45
prepareFromAppBundleMethod · 0.45
runCommandsMethod · 0.45
processControlFileMethod · 0.45
copyBuildOverrideMethod · 0.45
http-helpers.jsFile · 0.45
attemptFunction · 0.45
run-updater.jsFile · 0.45
checkForUpdateFunction · 0.45

Calls 3

isDebugEnabledMethod · 0.95
_prettifyMessageMethod · 0.95
_printMethod · 0.95

Tested by

no test coverage detected