UNPKG

@wgtechlabs/log-engine

Version:

A lightweight, security-first logging utility with automatic data redaction for Node.js applications - the first logging library with built-in PII protection.

13 lines 788 B
"use strict"; /** * Redaction module exports * Provides centralized access to all redaction functionality */ Object.defineProperty(exports, "__esModule", { value: true }); exports.RedactionController = exports.defaultRedactionConfig = exports.DataRedactor = void 0; var redactor_1 = require("./redactor.cjs"); Object.defineProperty(exports, "DataRedactor", { enumerable: true, get: function () { return redactor_1.DataRedactor; } }); var config_1 = require("./config.cjs"); Object.defineProperty(exports, "defaultRedactionConfig", { enumerable: true, get: function () { return config_1.defaultRedactionConfig; } }); Object.defineProperty(exports, "RedactionController", { enumerable: true, get: function () { return config_1.RedactionController; } }); //# sourceMappingURL=index.js.map