# timeLog

`import { timeLog } from "destack:console";`

Write a named timer without stopping it.

```ds title="timeLog"
export function timeLog(label?: string | undefined, ...values: unknown[]): Result<void, HostError>
```

[language/library/src/console/console.ds:147:149](https://github.com/destack-sh/destack/blob/main/language/library/src/console/console.ds#L147-L149)
