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

325 B

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