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

    Module EC_Logger

    Provides a rich logging facility with more control and flexibility than the native NetSuite logger.

    Utilizes the Aurelia logger under the hood. This logger library adopts the common pattern of separating how you log (e.g. log.debug()) from where the log messages are sent.

    By default, log messages are sent to the NetSuite Execution Log - except for client scripts which log to the browser console by default.

    You can create as many named loggers as you like, but most often you'll work with the [[Default Logger]]

    2.x

    Classes

    ExecutionLogAppender

    Interfaces

    AutoLogConfig

    Variables

    correlationId
    DefaultLogger
    includeCorrelationId

    Functions

    autolog
    autoLogMethodEntryExit
    setCorrelationId
    setIncludeCorrelationId