125 lines
3.5 KiB
JavaScript
125 lines
3.5 KiB
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.withTime = exports.withGroup = exports.withConsole = exports.warn = exports.trace = exports.timeLog = exports.time = exports.table = exports.setConsole = exports.log = exports.info = exports.group = exports.error = exports.dirxml = exports.dir = exports.debug = exports.countReset = exports.count = exports.consoleWith = exports.clear = exports.assert = exports.TypeId = exports.Console = void 0;
|
|
var internal = _interopRequireWildcard(require("./internal/console.js"));
|
|
var defaultConsole = _interopRequireWildcard(require("./internal/defaultServices/console.js"));
|
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
/**
|
|
* @since 2.0.0
|
|
* @category type ids
|
|
*/
|
|
const TypeId = exports.TypeId = defaultConsole.TypeId;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category context
|
|
*/
|
|
const Console = exports.Console = defaultConsole.consoleTag;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category default services
|
|
*/
|
|
const withConsole = exports.withConsole = internal.withConsole;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category default services
|
|
*/
|
|
const setConsole = exports.setConsole = internal.setConsole;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const consoleWith = exports.consoleWith = internal.consoleWith;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const assert = exports.assert = internal.assert;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const clear = exports.clear = internal.clear;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const count = exports.count = internal.count;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const countReset = exports.countReset = internal.countReset;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const debug = exports.debug = internal.debug;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const dir = exports.dir = internal.dir;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const dirxml = exports.dirxml = internal.dirxml;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const error = exports.error = internal.error;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const group = exports.group = internal.group;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const info = exports.info = internal.info;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const log = exports.log = internal.log;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const table = exports.table = internal.table;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const time = exports.time = internal.time;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const timeLog = exports.timeLog = internal.timeLog;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const trace = exports.trace = internal.trace;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const warn = exports.warn = internal.warn;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const withGroup = exports.withGroup = internal.withGroup;
|
|
/**
|
|
* @since 2.0.0
|
|
* @category accessor
|
|
*/
|
|
const withTime = exports.withTime = internal.withTime;
|
|
//# sourceMappingURL=Console.js.map
|