# formatPretty

`function` in `logger/node` · v0.3.2

<https://docs.seedcord.org/packages/logger/0.3.2/functions/format-pretty>

Renders a record to the colored dev-TUI line, the same pipeline the pretty console sink runs.

```ts
formatPretty(record: LogRecord): string
```

Renders a record to the colored dev-TUI line, the same pipeline the pretty console sink runs.

Parameters.

- `record` `LogRecord`

Returns `string`.
