UNPKG

simple-leveled-log-methods

Version:

a simple and opinionated logging library. plays well with aws lambda + cloudwatch.

4 lines (3 loc) 160 B
export { LogLevel } from './constants'; export { LogMethod } from './generateLogMethod'; export { generateLogMethods, LogMethods } from './generateLogMethods';