2020-12-21 18:18:08 +00:00
|
|
|
---
|
|
|
|
title: darktable.print
|
|
|
|
id: darktable.print
|
2021-02-04 03:14:39 +00:00
|
|
|
weight: 160
|
2020-12-21 18:18:08 +00:00
|
|
|
draft: false
|
|
|
|
author: "people"
|
|
|
|
---
|
|
|
|
|
|
|
|
```
|
2020-12-22 05:32:49 +00:00
|
|
|
function(
|
2020-12-21 18:18:08 +00:00
|
|
|
message : string
|
2020-12-22 05:32:49 +00:00
|
|
|
)
|
2020-12-21 18:18:08 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
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.
|