MCPcopy
hub / github.com/fonoster/fonoster / ULog

Interface ULog

mods/logger/src/types.ts:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 * limitations under the License.
18 */
19export interface ULog {
20 accessKeyId: string;
21 eventType: ULogType;
22 level: "info" | "error" | "verbose" | "warn";
23 message: string;
24 body?: Record<string, unknown>;
25}
26
27/*
28 * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected