UNPKG

@push.rocks/smartlog

Version:

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

7 lines (5 loc) 275 B
import * as plugins from './smartlog.plugins.js'; 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 };