UNPKG

@lsk4/log

Version:

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

10 lines (8 loc) 227 B
declare const defaultFormat: string; declare const getEnvConfig: () => Partial<{ format: string; level: string; on: RegExp[]; off: RegExp[]; }>; export { getEnvConfig as default, defaultFormat, getEnvConfig };