return the logger object set via the setLogger method.
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'); Copy
const { getLogger } = require('polarity-integration-utils/logger');const logger = getLogger();logger.trace('this is a trace message');
return the logger object set via the setLogger method.