xypriss-security
Version:
Advanced High-Performance Security Framework. Military-grade encryption, post-quantum resilience, and fortified data structures.
44 lines • 720 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const LOG_LEVELS = [
"silent",
"error",
"warn",
"info",
"debug",
"verbose",
];
const LOG_COMPONENTS = [
"middleware",
"server",
"cache",
"cluster",
"performance",
"fileWatcher",
"plugins",
"security",
"monitoring",
"routes",
"userApp",
"typescript",
"console",
"other",
"router",
"acpes",
"ipc",
"memory",
"lifecycle",
"routing",
"xems",
];
const LOG_TYPES = [
"startup",
"warnings",
"errors",
"performance",
"debug",
"hotReload",
"portSwitching",
"lifecycle",
];
//# sourceMappingURL=logger.type.js.map