UNPKG

@push.rocks/smartlog

Version:

A minimalistic, distributed, and extensible logging tool supporting centralized log management.

6 lines (5 loc) 242 B
import * as smartlogInterfaces from '../dist_ts_interfaces/index.js'; import * as consolecolor from '@push.rocks/consolecolor'; export { smartlogInterfaces, consolecolor }; import { stdout, stderr } from 'process'; export { stdout, stderr };