# TransportOptions.options property · @imqueue/async-logger

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

Options handed to the winston transport constructor — `filename` for `file`, `host`/`port`/`path`/`ssl` for `http`.

**Signature:**

```typescript
options: LoggerOptions;
```

## Remarks

Typed as winston's `LoggerOptions` for historical reasons, which is wider than what is actually accepted here. Treat it as `FileTransportOptions` or `HttpTransportOptions` according to `type`; the declared type will not catch a mismatch for you.

