Class Log

All Implemented Interfaces:
RunnableTask<VoidOutput>

@Example(code={"level: DEBUG","message: \"{{task.id}} > {{taskrun.startDate}}\""}) @Example(title="Log one or more messages to the console",full=true,code="id: hello_world\nnamespace: dev\n\ntasks:\n - id: greeting\n type: io.kestra.core.tasks.log.Log\n message:\n - Kestra team wishes you a great day \ud83d\udc4b\n - If you need some help, reach out via Slack") public class Log extends Task implements RunnableTask<VoidOutput>
  • Constructor Details

    • Log

      public Log()
  • Method Details