18 lines
326 B
Markdown
18 lines
326 B
Markdown
---
|
|
title: darktable.print
|
|
id: darktable.print
|
|
weight: 20
|
|
draft: false
|
|
author: "people"
|
|
---
|
|
|
|
```
|
|
function\(
|
|
message : string
|
|
\)
|
|
```
|
|
|
|
Will print a string to the darktable control log (the long overlaid window that appears over
|
|
the main panel).
|
|
|
|
* **message** - _string_ - The string to display which should be a single line.
|