darktable.print_log
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.