UNPKG

@lsk4/log

Version:

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

6 lines (5 loc) 408 B
export { concatFirstStrings, countInRow, default as prettyFormat } from './prettyFormat.js'; export { default as prettyRawLog } from './prettyRawLog.js'; export { getStatusLevel, getUrlLevel, prettyContent, prettyErr, prettyLevel, prettyMarker, prettyMethod, prettyNs, prettyPath, prettyReqId, prettySize, prettyStatus, prettyTime, prettyUrl } from './utils.js'; import '../types.js'; import '@lsk4/colors';