UNPKG

@lsk4/log

Version:

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

7 lines (4 loc) 159 B
import { ILogger } from './types.js'; import '@lsk4/colors'; declare const createLogger: (propsOrName?: {}, props?: {}) => ILogger; export { createLogger };