UNPKG

tia

Version:

Time is All (logs driven test engine with ExtJs support)

21 lines 694 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.consoleLogPrefix = ''; // LOG: exports.errPrefix = 'ERR: '; exports.excPrefix = 'EXC: '; exports.indentation = '| '; // TODO: Check that engineConsts already added to gT. exports.defLLLogAction = null; function setDefLLLogAction(enable) { exports.defLLLogAction = enable; } exports.setDefLLLogAction = setDefLLLogAction; function getDefLLLogAction() { if (exports.defLLLogAction === null) { return gT.engineConsts.defLLLogAction; } return exports.defLLLogAction; } exports.getDefLLLogAction = getDefLLLogAction; // export const firstIndent = '|-' //# sourceMappingURL=logger-cfg.js.map