Controls whether the correlation id prefixes should be included in log messages or not.

for `setIncludeCorrelationId(true)`
1234> My log title
1234> Another log title from the same run of the script
5683> Log message from a subsequent execution of the script
  • Parameters

    • enable: boolean

      if true, adds correlationid to the log messages, otherwise no correlation id prefix is added returns the newly set value

    Returns boolean