---
url: >-
  https://adk.nht.io/api/@nhtio/adk/dispatch_runner/type-aliases/DispatchExecutorLogLevel.md
description: >-
  Severity of a structured log event emitted by an executor via {@link
  DispatchExecutorHelpers.log}.
---

# Type Alias: DispatchExecutorLogLevel

```ts
type DispatchExecutorLogLevel = "trace" | "debug" | "info" | "warn" | "error";
```

Defined in: [lib/types/dispatch\_runner.ts:149](https://github.com/NHTIO/ADK/blob/v1.20260605.0/src/lib/types/dispatch_runner.ts#L149)

Severity of a structured log event emitted by an executor via [DispatchExecutorHelpers.log](../interfaces/DispatchExecutorHelpers.md#property-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.
