Type Alias: DispatchExecutorLogLevel
ts
type DispatchExecutorLogLevel = "trace" | "debug" | "info" | "warn" | "error";Severity of a structured log event emitted by an executor via DispatchExecutorHelpers.log.
Remarks
Mirrors the lowercase syslog-style level vocabulary every JS logger converges on (pino, winston, bunyan, loglevel). Consumers filter on the level field of the delivered event — there is no per-level configuration on the channel itself.