UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

17 lines 1.32 kB
import { n as RuntimeEnv } from "../runtime-DlqUc5_p.js"; import { n as createSubsystemLogger } from "../subsystem-RmDRaRJV.js"; import { a as stopDiagnosticHeartbeat, i as startDiagnosticHeartbeat, n as logWebhookProcessed, r as logWebhookReceived, t as logWebhookError } from "../diagnostic-BJxXmwR6.js"; import { n as redactSensitiveText, r as redactToolPayloadText, t as redactSensitiveFieldValue } from "../redact-CmJLGx22.js"; import { n as getChildLogger, o as LoggerSettings, t as LoggerResolvedSettings } from "../logger-BWnlvYIc.js"; //#region src/logger.d.ts export declare function logInfo(message: string, runtime?: RuntimeEnv): void; export declare function logError(message: string, runtime?: RuntimeEnv): void; export declare function logDebug(message: string): void; //#endregion //#region src/logging/redact-identifier.d.ts /** Redacts an identifier to a stable hash label, or "-" for missing values. */ export declare function redactIdentifier(value: string | undefined, opts?: { len?: number; }): string; //#endregion export { type LoggerResolvedSettings, type LoggerSettings, createSubsystemLogger, getChildLogger, logWebhookError, logWebhookProcessed, logWebhookReceived, redactSensitiveFieldValue, redactSensitiveText, redactToolPayloadText, startDiagnosticHeartbeat, stopDiagnosticHeartbeat };