# formatBody

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

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

Renders the styled message body (interpolation, args, stack), omitting the time/level/label prefix.

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

Renders the styled message body (interpolation, args, stack), omitting the time/level/label prefix.

Parameters.

- `record` `LogRecord`

Returns `string`.
