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

353 B

title id weight draft author
darktable.print_log darktable.print_log 180 false 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.