UNPKG

@rudderstack/integrations-lib

Version:

A comprehensive TypeScript library providing shared utilities, SDKs, and tools for RudderStack integrations and destinations.

8 lines 389 B
declare const getLogLevel: (lvl: string) => string; declare const setLogLevel: (level: string) => void; declare const debug: (...args: any[]) => void; declare const info: (...args: any[]) => void; declare const warn: (...args: any[]) => void; declare const error: (...args: any[]) => void; export { debug, error, info, setLogLevel, warn, getLogLevel }; //# sourceMappingURL=logger.d.ts.map