Skip to content

log

log(message) appends a timestamped line to hooks.log in the job’s directory (or server.log for API server context).

log(message)
async
Param Type Description
message string The message to append

None.

local items = extract_items(page)
log("extracted " .. #items .. " items")
  • notify - Send desktop notifications
  • dump - Format values for debugging