chore: duplicate some of the logging work

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-03-11 16:19:10 +01:00
parent e9663a9cde
commit 9f03f04916
4 changed files with 211 additions and 27 deletions
@@ -31,6 +31,7 @@ export type ActionContext<
TActionInput extends JsonObject,
TActionOutput extends JsonObject = JsonObject,
> = {
// TODO(blam): move this to LoggerService
logger: Logger;
/** @deprecated - use `ctx.logger` instead */
logStream: Writable;