simple-log-methods
Version:
a simple and opinionated logging library. plays well with aws lambda + cloudwatch.
6 lines (5 loc) • 316 B
TypeScript
export { LogLevel } from './domain/constants';
export { LogMethod } from './logic/generateLogMethod';
export { generateLogMethods, LogMethods } from './logic/generateLogMethods';
export { ContextLogTrail, LogTrail, HasContextLogTrail, } from './domain/LogTrail';
export { withLogTrail } from './logic/withLogTrail';