UNPKG

unnbound-logger-sdk

Version:

A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.

14 lines (13 loc) 691 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.clearTraceId = exports.UnnboundLogger = void 0; /** * unnbound-logger * * A structured logging library built on Pino with TypeScript support. * Provides consistent, well-typed logging across different operational contexts. */ const unnbound_logger_1 = require("./unnbound-logger"); Object.defineProperty(exports, "UnnboundLogger", { enumerable: true, get: function () { return unnbound_logger_1.UnnboundLogger; } }); const logger_utils_1 = require("./utils/logger-utils"); Object.defineProperty(exports, "clearTraceId", { enumerable: true, get: function () { return logger_utils_1.clearTraceId; } });