> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# LogLevel

> Log level names supported by the SDK.

```ts
type LogLevel = "trace" | "debug" | "info" | "warn" | "error" | "silent"
```

Log level names supported by the SDK.