Skip to content
timrademaker edited this page Oct 16, 2020 · 2 revisions

Logging Functions

log

Logs a custom message the the console.

Parameters

message: The message to log.

info

Logs a message to the console, with the prefix INFO:.

Parameters

message: The message to log.

warn

Logs a message to the console, with the prefix WARNING:.

Parameters

message: The message to log.

error

Logs a message to the console, with the prefix ERROR:.

Parameters

message: The message to log.

currentStage

Logs the name of the current stage, with the prefix Stage:.

Other Functions

parse

Parses the console log. Should be used in a post-step like after.

Parameters

logparserRulePath (optional): The path to the log parser rule file. If left unspecified, a default ruleset is used.

Clone this wiki locally