UNPKG

@allma/core-sdk

Version:

Core SDK with shared utilities (logging, auth, S3 utils) for building on the Allma serverless AI orchestration platform.

6 lines 542 B
export declare const log_debug: (message: string, details?: object, correlationId?: string) => void; export declare const log_info: (message: string, details?: object, correlationId?: string) => void; export declare const log_warn: (message: string, details?: object, correlationId?: string) => void; export declare const log_error: (message: string, details?: object, correlationId?: string) => void; export declare const log_critical: (message: string, details?: object, correlationId?: string) => void; //# sourceMappingURL=logger.d.ts.map