NetSuite FastTrack Toolkit (NFT) - v8.0.0
    Preparing search index...

    Variable includeCorrelationId

    includeCorrelationId: boolean = false

    if true then log message includes a random integer (or your custom) prefix to each log entry title. which is fixed for the duration of this script run. This can be used to correlate between different runs of the same script (e.g. multiple runs of a scheduled script or discerning between multiple simultaneous calls to a RESTlet or Suitelet)

    output
    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