@actyx/sdk
Version:
Actyx SDK
20 lines • 614 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");
exports.log = {
/**
* Scope for things related to the ws connection to the backend (RDS and others)
*/
ws: logging_1.Loggers.of('ws'),
monitoring: logging_1.Loggers.of('monitoring'),
stats: logging_1.Loggers.of('stats'),
};
exports.default = exports.log;
//# sourceMappingURL=loggers.js.map