INNER CODE UNIT · JavaScript
enableDebugLogging
Meteor-Community-Packages/meteor-publish-composite · lib/logging.js:12
function enableDebugLogging () {
debugLoggingEnabled = true
}
export {
debugLog,
enableDebugLogging
}
INNER CODE UNIT · JavaScript
Meteor-Community-Packages/meteor-publish-composite · lib/logging.js:12
function enableDebugLogging () {
debugLoggingEnabled = true
}
export {
debugLog,
enableDebugLogging
}