Understanding Job Logging Statements

The LogStatement.info(Expression message [, Throwable throwable]) method creates a statement that, when executed, logs the string to which the provided expression evaluates, and possibly the provided exception, with the INFO level. Similar methods named trace, debug, warn, and error create statements that will log messages at different levels.

The log of a job can be accessed, or downloaded as a text file, from the Job Details view.