@iotile/iotile-cloud
Version:
A typescript library for interfacing with the IOTile Cloud API
7 lines • 444 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var typescript_logging_1 = require("typescript-logging");
// Create categories, they will autoregister themselves, one category without parent (root) and a child category.
exports.catService = new typescript_logging_1.Category("iotile.cloud");
exports.catCloud = new typescript_logging_1.Category("IOTileCloud", exports.catService);
//# sourceMappingURL=config.js.map