kaltura-node-typescript-client
Version:
Kaltura Node Typescript client
6 lines (5 loc) • 332 B
TypeScript
declare const Levels: readonly ["verbose", "debug", "info", "warn", "error", "fatal"];
declare type TLevel = typeof Levels[number];
export declare const Logger: any;
export declare const initializeLogger: (logger: Partial<Record<"verbose" | "debug" | "info" | "warn" | "error" | "fatal", (msg: string) => any>>) => void;
export {};