UNPKG

@p2olab/pimad-core

Version:

PiMAd (Process-industry-Modular-Automation-description) High level access to automation of modular plants.

10 lines (9 loc) 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.logger = void 0; const pino = require("pino"); exports.logger = pino({ name: 'PiMAd', level: 'debug', prettyPrint: true });