UNPKG

@push.rocks/smartlog

Version:

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

5 lines (4 loc) 224 B
import { ConsoleLog } from './smartlog.classes.consolelog.js'; import { LogGroup } from './smartlog.classes.loggroup.js'; import { Smartlog } from './smartlog.classes.smartlog.js'; export { ConsoleLog, LogGroup, Smartlog };