@actyx/sdk
Version:
Actyx SDK
17 lines • 592 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.log = void 0;
/*
* Actyx SDK: Functions for writing distributed apps
* deployed on peer-to-peer networks, without any servers.
*
* Copyright (C) 2021 Actyx AG
*/
const logging_1 = require("../util/logging");
const http = logging_1.Loggers.of('http');
const ws = logging_1.Loggers.of('ws');
const submono = logging_1.Loggers.of('subscribe_monotonic');
const actyx = logging_1.Loggers.of('actyx');
exports.log = { actyx, http, ws, submono };
exports.default = exports.log;
//# sourceMappingURL=log.js.map