# formatPretty

`function` in `logger/node` · v0.2.1-next.0

<https://docs.seedcord.org/packages/logger/0.2.1-next.0/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`.
