UNPKG

@tsed/formio

Version:
13 lines (12 loc) 303 B
import { __decorate } from "tslib"; import { Alter } from "../decorators/alter.js"; let AlterLog = class AlterLog { transform(event, ctx, ...info) { ctx.logger.debug({ event, info }); return false; } }; AlterLog = __decorate([ Alter("log") ], AlterLog); export { AlterLog };