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

19 lines
352 B
Markdown

---
title: darktable.print_log
id: darktable.print_log
weight: 30
draft: false
author: "people"
---
```
function(
message : string
)
```
This function will print its parameter if the Lua logdomain is activated. Start darktable
with the `"-d lua"` command line option to enable the Lua logdomain.
* **message** - _string_ - The string to display.