> ## Documentation Index
> Fetch the complete documentation index at: https://docs.daytalog.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Log

> Log Data Type

<Info>
  This is the schema for the log object used in templates, for the raw .dayta file, see [.dayta file schema documentation](/schemas/files/dayta).
</Info>

## Usage

```javascript theme={null}
const { log } = useDaytalog();
```

## Properties

### <span className="visually-hidden">id</span>

<ResponseField name="id" type="string">The unique identifier for this log.</ResponseField>

### <span className="visually-hidden">day</span>

<ResponseField name="day" type="string">The day associated with this log.</ResponseField>

### <span className="visually-hidden">date</span>

<ResponseField name="date" type="string">The date of this log in ISO format.</ResponseField>

### <span className="visually-hidden">unit</span>

<ResponseField name="unit" type="string | undefined">The unit/team associated with this log. Example: Main-unit, Second-unit </ResponseField>

### <span className="visually-hidden">clips</span>

<ResponseField name="clips" type="Clip[]">See the [Clip](/schemas/daytalog/log/clips) page for full documentation.</ResponseField>

### <span className="visually-hidden">ocf</span>

<ResponseField name="ocf">See the [OCF](/schemas/daytalog/log/ocf) page for full documentation.</ResponseField>

### <span className="visually-hidden">proxy</span>

<ResponseField name="proxy">See the [Proxy](/schemas/daytalog/log/proxy) page for full documentation.</ResponseField>

### <span className="visually-hidden">sound</span>

<ResponseField name="sound">See the [Sound](/schemas/daytalog/log/sound) page for full documentation.</ResponseField>

### <span className="visually-hidden">Custom</span>

<ResponseField name="custom">Contains key-value pairs from properties set in custom\_schemas.log </ResponseField>
