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