# AsyncLoggerOptions.transports property · @imqueue/async-logger

Source: https://imqueue.org/api/async-logger/latest/async-logger.asyncloggeroptions.transports/
Published: 2026-07-31
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/async-logger 3.2.0 — generated reference, not hand-written

Transports to log through. Each entry is created and attached at construction time; entries with `enabled: false` are skipped.

**Signature:**

```typescript
transports: TransportOptions[];
```

