> For a complete documentation index, fetch https://docs.voximplant.ai/llms.txt

# Logger

## Functions

### hideTones

Whether to disable DTMF logging.

```ts
hideTones(flag: boolean): void
```

**Parameters**

### write

Writes a specified message to the session logger. Logs are stored in the [call history](https://manage.voximplant.com/calls).

```ts
write(message: string): void
```

**Parameters**