@simbachain/hardhat
Version:
Simba Chain plugin for hardhat
10 lines • 305 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.log = void 0;
const tslog_1 = require("tslog");
const DEBUG = 'debug';
const INFO = 'info';
const ERROR = 'error';
const log = new tslog_1.Logger({ minLevel: INFO });
exports.log = log;
//# sourceMappingURL=logger.js.map