metalus

This project aims to make writing Spark applications easier by abstracting the effort to assemble the driver into reusable steps and pipelines.

View project on GitHub
Documentation Home Common Home

Logging Steps

LoggingSteps provides a means to log message during the execution of a pipeline.

Log Message

The log message step provides a simple mechanism for logging a message. Full parameter descriptions are listed below:

  • message - The message to log.
  • level - Log level at which to log. Should be a valid log4j level.