/opt/canhelp/node_modules/@opentelemetry/api/build/esm/diag/internal
NameSizeModeActions
logLevelLogger.d.ts2350644editdlrm
logLevelLogger.js10280644editdlrm
logLevelLogger.js.map21420644editdlrm
noopLogger.d.ts2790644editdlrm
noopLogger.js5120644editdlrm
noopLogger.js.map8960644editdlrm
Edit: /opt/canhelp/node_modules/@opentelemetry/api/build/esm/diag/internal/noopLogger.js (512B)
/* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ function noopLogFunction() { } /** * Returns a No-Op Diagnostic logger where all messages do nothing. * @implements {@link DiagLogger} * @returns {DiagLogger} */ export function createNoopDiagLogger() { return { verbose: noopLogFunction, debug: noopLogFunction, info: noopLogFunction, warn: noopLogFunction, error: noopLogFunction, }; } //# sourceMappingURL=noopLogger.js.map