UNPKG

@salesforce/apex-node

Version:

Salesforce JS library for Apex

16 lines 806 B
"use strict"; /* * Copyright (c) 2021, salesforce.com, inc. * All rights reserved. * Licensed under the BSD 3-Clause license. * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause */ Object.defineProperty(exports, "__esModule", { value: true }); exports.STREAMING_LOG_TOPIC = exports.LISTENER_ABORTED_ERROR_NAME = exports.LOG_TIMER_LENGTH_MINUTES = exports.MAX_NUM_LOGS = exports.LOG_TYPE = exports.DEFAULT_DEBUG_LEVEL_NAME = void 0; exports.DEFAULT_DEBUG_LEVEL_NAME = 'SFDC_DevConsole'; exports.LOG_TYPE = 'DEVELOPER_LOG'; exports.MAX_NUM_LOGS = 25; exports.LOG_TIMER_LENGTH_MINUTES = 30; exports.LISTENER_ABORTED_ERROR_NAME = 'streamListenerAborted'; exports.STREAMING_LOG_TOPIC = '/systemTopic/Logging'; //# sourceMappingURL=constants.js.map