convex
Version:
Client for the Convex Cloud
5 lines • 377 B
TypeScript
export declare type UdfType = "query" | "mutation" | "action";
export declare function logToConsole(type: "info" | "error", source: UdfType, udfPath: string, message: string): void;
export declare function logFatalError(message: string): Error;
export declare function createError(source: UdfType, udfPath: string, message: string): Error;
//# sourceMappingURL=logging.d.ts.map