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

18 lines
325 B
Markdown

---
title: darktable.print
id: darktable.print
weight: 160
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.