polarity-integration-utils
    Preparing search index...

    Function getLogger

    • return the logger object set via the setLogger method.

      Returns Logger

      the integration's logger object

      Example of using the integration's logging object:

      const { getLogger } = require('polarity-integration-utils/logger');

      const logger = getLogger();
      logger.trace('this is a trace message');