luadocs/content/lua.api.manual/darktable/darktable.print.md

19 lines
324 B
Markdown
Raw Normal View History

---
title: darktable.print
id: darktable.print
weight: 20
draft: false
author: "people"
---
```
2020-12-22 05:32:49 +00:00
function(
message : string
2020-12-22 05:32:49 +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.