# StreamedLogOptions<!-- -->

## Index[**](#Index)

### Properties

* [**fromStart](#fromStart)
* [**logClient](#logClient)
* [**toLog](#toLog)

## Properties<!-- -->[**](#Properties)

### [**](#fromStart)[**](https://github.com/apify/apify-client-js/blob/6168f70372dc328d9cabac0a866ba88b1045ba44/src/resource_clients/log.ts#L273)optionalfromStart

**fromStart?

<!-- -->

: boolean

Whether to redirect all logs from Actor run start (even logs from the past).

### [**](#logClient)[**](https://github.com/apify/apify-client-js/blob/6168f70372dc328d9cabac0a866ba88b1045ba44/src/resource_clients/log.ts#L269)logClient

**logClient: [LogClient](https://docs.apify.com/api/client/js/api/client/js/reference/class/LogClient.md)

Log client used to communicate with the Apify API.

### [**](#toLog)[**](https://github.com/apify/apify-client-js/blob/6168f70372dc328d9cabac0a866ba88b1045ba44/src/resource_clients/log.ts#L271)toLog

**toLog: Log

Log to which the Actor run logs will be redirected.
