UNPKG

@lsk4/log

Version:

Yet another logger whitch combines the best features of debug, bunyan, logfmt/logrus, morgan/winston

7 lines (4 loc) 176 B
import { ILogger } from '../types.js'; import '@lsk4/colors'; declare const prettyRawLog: (log: ILogger, raw: any) => void; export { prettyRawLog as default, prettyRawLog };