UNPKG

ng2-logger

Version:

isomorphic logger for browser/server in typescript

139 lines 9.37 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ENV_DOCS_WEBAPP_RELEASE_SKIP_RELEASE_QUESTION = exports.ENV_DOCS_WEBAPP_RELEASE_SKIP_TAG_GIT_PUSH = exports.ENV_DOCS_WEBAPP_RELEASE_SKIP_DEPLOY = exports.ENV_DOCS_WEBAPP_RELEASE_SKIP_NPM_PUBLISH = exports.ENV_DOCS_WEBAPP_RELEASE_TAON_INSTANCE_IP = exports.ENV_DOCS_WEBAPP_RELEASE_AUTO_RELEASE_TASK_NAME = exports.ENV_DOCS_WEBAPP_RELEASE_AUTO_RELEASE_USING_CONFIG = exports.ENV_DOCS_WEBAPP_RELEASE_RELEASE_TYPE = exports.ENV_DOCS_WEBAPP_RELEASE_REMOVE_RELEASE_OUTPUT_AFTER_LOCAL_INSTALL = exports.ENV_DOCS_WEBAPP_RELEASE_INSTALL_LOCALLY = exports.ENV_DOCS_WEBAPP_RELEASE_ENV_NUMBER = exports.ENV_DOCS_WEBAPP_RELEASE_RELEASE_VERSION_BUMP_TYPE = exports.ENV_DOCS_WEBAPP_RELEASE_RESOLVED_NEW_VERSION = exports.ENV_DOCS_WEBAPP_RELEASE_LIB_DO_NOT_INCLUDE_LIB_FILES = exports.ENV_DOCS_WEBAPP_RELEASE_LIB_COMPRESS = exports.ENV_DOCS_WEBAPP_RELEASE_LIB_INCLUDE_SOURCE_MAPS = exports.ENV_DOCS_WEBAPP_RELEASE_LIB_UGLIFY_FILE_BY_FILE = exports.ENV_DOCS_WEBAPP_RELEASE_LIB_OBSCURE_FILE_BY_FILE = exports.ENV_DOCS_WEBAPP_RELEASE_LIB_REMOVE_DTS = exports.ENV_DOCS_WEBAPP_RELEASE_NODE_BACKEND_APP_MINIFY = exports.ENV_DOCS_WEBAPP_RELEASE_CLI_COMPRESS = exports.ENV_DOCS_WEBAPP_RELEASE_CLI_OBSCURE = exports.ENV_DOCS_WEBAPP_RELEASE_CLI_UGLIFY = exports.ENV_DOCS_WEBAPP_RELEASE_CLI_INCLUDE_NODE_MODULES = exports.ENV_DOCS_WEBAPP_RELEASE_CLI_MINIFY = exports.ENV_DOCS_WEBAPP_LOADING_PRE_ANGULAR_BOOTSTRAP_BACKGROUND = exports.ENV_DOCS_WEBAPP_LOADING_PRE_ANGULAR_BOOTSTRAP_LOADER = exports.ENV_DOCS_WEBAPP_BUILD_GEN_ONLY_CLIENT_CODE = exports.ENV_DOCS_WEBAPP_BUILD_WATCH = exports.ENV_DOCS_WEBAPP_BUILD_BASE_HREF = exports.ENV_DOCS_WEBAPP_BUILD_OVERRIDE_OUTPUT_PATH = exports.ENV_DOCS_WEBAPP_BUILD_PROD = exports.ENV_DOCS_WEBAPP_BUILD_WEBSQL = exports.ENV_DOCS_WEBAPP_BUILD_SSR = exports.ENV_DOCS_WEBAPP_BUILD_ELECTRON_SHOW_DEV_TOOLS = exports.ENV_DOCS_WEBAPP_BUILD_PWA_START_URL = exports.ENV_DOCS_WEBAPP_BUILD_PWA_SHORT_NAME = exports.ENV_DOCS_WEBAPP_BUILD_PWA_NAME = exports.ENV_DOCS_WEBAPP_BUILD_PWA_DISABLE_SERVICE_WORKER = exports.ENV_DOCS_WEBAPP_INIT_STRUCT = exports.ENV_DOCS_WEBAPP_INIT_BRANDING = exports.ENV_DOCS_WEBAPP_CONTAINER_SKIP = exports.ENV_DOCS_WEBAPP_CONTAINER_SKIP_RELEASED = exports.ENV_DOCS_WEBAPP_CONTAINER_START = exports.ENV_DOCS_WEBAPP_CONTAINER_END = exports.ENV_DOCS_WEBAPP_CONTAINER_ONLY = exports.ENV_DOCS_WEBAPP_RELEASE_ENV_NAME = exports.ENV_DOCS_WEBAPP_RELEASE_TARGET_ARTIFACT = exports.ENV_DOCS_WEBAPP_WEBSITE_TITLE = exports.ENV_DOCS_WEBAPP_WEBSITE_DOMAIN = void 0; exports.ENV_DOCS_WEBAPP_DOCKER_SKIP_USING_MYSQL_DB = exports.ENV_DOCS_WEBAPP_DOCKER_SKIP_START_IN_ORDER = exports.ENV_DOCS_WEBAPP_DOCKER_ADDITIONAL_CONTAINER = exports.ENV_DOCS_WEBAPP_IS_CI_PROCESS = exports.ENV_DOCS_WEBAPP_RECURSIVE_ACTION = exports.ENV_DOCS_WEBAPP_PURPOSE = exports.ENV_DOCS_WEBAPP_WEBSITE_USE_DOMAIN = exports.ENV_DOCS_WEBAPP_COPY_TO_MANAGER_SKIP = exports.ENV_DOCS_WEBAPP_COPY_TO_MANAGER_COPY_TO_PROJECTS = exports.ENV_DOCS_WEBAPP_COPY_TO_MANAGER_COPY_TO_LOCATIONS = exports.ENV_DOCS_WEBAPP_COPY_TO_MANAGER_BEFORE_COPY_HOOK = exports.ENV_DOCS_WEBAPP_RELEASE_USE_LOCAL_RELEASE_BRANCH = exports.ENV_DOCS_WEBAPP_RELEASE_PUSH_TO_ALL_ORIGINS_WHEN_LOCAL_RELEASE_BRANCH = exports.ENV_DOCS_WEBAPP_RELEASE_SKIP_BUILDING_ARTIFACTS = exports.ENV_DOCS_WEBAPP_RELEASE_SKIP_CODE_CUTTING = exports.ENV_DOCS_WEBAPP_RELEASE_SKIP_RESOLVING_GIT_CHANGES = void 0; // THIS FILE IS GENERATED - DO NOT MODIFY // website.domain exports.ENV_DOCS_WEBAPP_WEBSITE_DOMAIN = 'ng2-logger.example.domain.com'; // website.title exports.ENV_DOCS_WEBAPP_WEBSITE_TITLE = 'Ng 2 Logger'; // release.targetArtifact exports.ENV_DOCS_WEBAPP_RELEASE_TARGET_ARTIFACT = 'docs-webapp'; // release.envName exports.ENV_DOCS_WEBAPP_RELEASE_ENV_NAME = '__'; // container.only exports.ENV_DOCS_WEBAPP_CONTAINER_ONLY = undefined; // container.end exports.ENV_DOCS_WEBAPP_CONTAINER_END = undefined; // container.start exports.ENV_DOCS_WEBAPP_CONTAINER_START = undefined; // container.skipReleased exports.ENV_DOCS_WEBAPP_CONTAINER_SKIP_RELEASED = undefined; // container.skip exports.ENV_DOCS_WEBAPP_CONTAINER_SKIP = undefined; // init.branding exports.ENV_DOCS_WEBAPP_INIT_BRANDING = undefined; // init.struct exports.ENV_DOCS_WEBAPP_INIT_STRUCT = undefined; // build.pwa.disableServiceWorker exports.ENV_DOCS_WEBAPP_BUILD_PWA_DISABLE_SERVICE_WORKER = undefined; // build.pwa.name exports.ENV_DOCS_WEBAPP_BUILD_PWA_NAME = undefined; // build.pwa.short_name exports.ENV_DOCS_WEBAPP_BUILD_PWA_SHORT_NAME = undefined; // build.pwa.start_url exports.ENV_DOCS_WEBAPP_BUILD_PWA_START_URL = undefined; // build.electron.showDevTools exports.ENV_DOCS_WEBAPP_BUILD_ELECTRON_SHOW_DEV_TOOLS = undefined; // build.ssr exports.ENV_DOCS_WEBAPP_BUILD_SSR = undefined; // build.websql exports.ENV_DOCS_WEBAPP_BUILD_WEBSQL = undefined; // build.prod exports.ENV_DOCS_WEBAPP_BUILD_PROD = undefined; // build.overrideOutputPath exports.ENV_DOCS_WEBAPP_BUILD_OVERRIDE_OUTPUT_PATH = undefined; // build.baseHref exports.ENV_DOCS_WEBAPP_BUILD_BASE_HREF = undefined; // build.watch exports.ENV_DOCS_WEBAPP_BUILD_WATCH = undefined; // build.genOnlyClientCode exports.ENV_DOCS_WEBAPP_BUILD_GEN_ONLY_CLIENT_CODE = undefined; // loading.preAngularBootstrap.loader exports.ENV_DOCS_WEBAPP_LOADING_PRE_ANGULAR_BOOTSTRAP_LOADER = undefined; // loading.preAngularBootstrap.background exports.ENV_DOCS_WEBAPP_LOADING_PRE_ANGULAR_BOOTSTRAP_BACKGROUND = undefined; // release.cli.minify exports.ENV_DOCS_WEBAPP_RELEASE_CLI_MINIFY = undefined; // release.cli.includeNodeModules exports.ENV_DOCS_WEBAPP_RELEASE_CLI_INCLUDE_NODE_MODULES = undefined; // release.cli.uglify exports.ENV_DOCS_WEBAPP_RELEASE_CLI_UGLIFY = undefined; // release.cli.obscure exports.ENV_DOCS_WEBAPP_RELEASE_CLI_OBSCURE = undefined; // release.cli.compress exports.ENV_DOCS_WEBAPP_RELEASE_CLI_COMPRESS = undefined; // release.nodeBackendApp.minify exports.ENV_DOCS_WEBAPP_RELEASE_NODE_BACKEND_APP_MINIFY = undefined; // release.lib.removeDts exports.ENV_DOCS_WEBAPP_RELEASE_LIB_REMOVE_DTS = undefined; // release.lib.obscureFileByFile exports.ENV_DOCS_WEBAPP_RELEASE_LIB_OBSCURE_FILE_BY_FILE = undefined; // release.lib.uglifyFileByFile exports.ENV_DOCS_WEBAPP_RELEASE_LIB_UGLIFY_FILE_BY_FILE = undefined; // release.lib.includeSourceMaps exports.ENV_DOCS_WEBAPP_RELEASE_LIB_INCLUDE_SOURCE_MAPS = undefined; // release.lib.compress exports.ENV_DOCS_WEBAPP_RELEASE_LIB_COMPRESS = undefined; // release.lib.doNotIncludeLibFiles exports.ENV_DOCS_WEBAPP_RELEASE_LIB_DO_NOT_INCLUDE_LIB_FILES = undefined; // release.resolvedNewVersion exports.ENV_DOCS_WEBAPP_RELEASE_RESOLVED_NEW_VERSION = undefined; // release.releaseVersionBumpType exports.ENV_DOCS_WEBAPP_RELEASE_RELEASE_VERSION_BUMP_TYPE = undefined; // release.envNumber exports.ENV_DOCS_WEBAPP_RELEASE_ENV_NUMBER = undefined; // release.installLocally exports.ENV_DOCS_WEBAPP_RELEASE_INSTALL_LOCALLY = undefined; // release.removeReleaseOutputAfterLocalInstall exports.ENV_DOCS_WEBAPP_RELEASE_REMOVE_RELEASE_OUTPUT_AFTER_LOCAL_INSTALL = undefined; // release.releaseType exports.ENV_DOCS_WEBAPP_RELEASE_RELEASE_TYPE = undefined; // release.autoReleaseUsingConfig exports.ENV_DOCS_WEBAPP_RELEASE_AUTO_RELEASE_USING_CONFIG = undefined; // release.autoReleaseTaskName exports.ENV_DOCS_WEBAPP_RELEASE_AUTO_RELEASE_TASK_NAME = undefined; // release.taonInstanceIp exports.ENV_DOCS_WEBAPP_RELEASE_TAON_INSTANCE_IP = undefined; // release.skipNpmPublish exports.ENV_DOCS_WEBAPP_RELEASE_SKIP_NPM_PUBLISH = undefined; // release.skipDeploy exports.ENV_DOCS_WEBAPP_RELEASE_SKIP_DEPLOY = undefined; // release.skipTagGitPush exports.ENV_DOCS_WEBAPP_RELEASE_SKIP_TAG_GIT_PUSH = undefined; // release.skipReleaseQuestion exports.ENV_DOCS_WEBAPP_RELEASE_SKIP_RELEASE_QUESTION = undefined; // release.skipResolvingGitChanges exports.ENV_DOCS_WEBAPP_RELEASE_SKIP_RESOLVING_GIT_CHANGES = undefined; // release.skipCodeCutting exports.ENV_DOCS_WEBAPP_RELEASE_SKIP_CODE_CUTTING = undefined; // release.skipBuildingArtifacts exports.ENV_DOCS_WEBAPP_RELEASE_SKIP_BUILDING_ARTIFACTS = undefined; // release.pushToAllOriginsWhenLocalReleaseBranch exports.ENV_DOCS_WEBAPP_RELEASE_PUSH_TO_ALL_ORIGINS_WHEN_LOCAL_RELEASE_BRANCH = undefined; // release.useLocalReleaseBranch exports.ENV_DOCS_WEBAPP_RELEASE_USE_LOCAL_RELEASE_BRANCH = undefined; // copyToManager.beforeCopyHook exports.ENV_DOCS_WEBAPP_COPY_TO_MANAGER_BEFORE_COPY_HOOK = undefined; // copyToManager.copyToLocations exports.ENV_DOCS_WEBAPP_COPY_TO_MANAGER_COPY_TO_LOCATIONS = undefined; // copyToManager.copyToProjects exports.ENV_DOCS_WEBAPP_COPY_TO_MANAGER_COPY_TO_PROJECTS = undefined; // copyToManager.skip exports.ENV_DOCS_WEBAPP_COPY_TO_MANAGER_SKIP = undefined; // website.useDomain exports.ENV_DOCS_WEBAPP_WEBSITE_USE_DOMAIN = undefined; // purpose exports.ENV_DOCS_WEBAPP_PURPOSE = undefined; // recursiveAction exports.ENV_DOCS_WEBAPP_RECURSIVE_ACTION = undefined; // isCiProcess exports.ENV_DOCS_WEBAPP_IS_CI_PROCESS = undefined; // docker.additionalContainer exports.ENV_DOCS_WEBAPP_DOCKER_ADDITIONAL_CONTAINER = undefined; // docker.skipStartInOrder exports.ENV_DOCS_WEBAPP_DOCKER_SKIP_START_IN_ORDER = undefined; // docker.skipUsingMysqlDb exports.ENV_DOCS_WEBAPP_DOCKER_SKIP_USING_MYSQL_DB = undefined; // THIS FILE IS GENERATED - DO NOT MODIFY //# sourceMappingURL=env.docs-webapp.js.map