watchdog-timer
Version:
Detects and notifies when program does not check-in within a timeout.
18 lines (13 loc) • 416 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _roarr = _interopRequireDefault(require("roarr"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
const Logger = _roarr.default.child({
program: 'watchdog-timer'
});
var _default = Logger;
exports.default = _default;
//# sourceMappingURL=Logger.js.map