UNPKG

@lsk4/log

Version:

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

4 lines (2 loc) 116 B
declare const safeLog: (ctx: any, level?: string, ...args: any[]) => void; export { safeLog as default, safeLog };