UNPKG

@rudderstack/integrations-lib

Version:
8 lines 386 B
declare const getLogLevel: (lvl: string) => string; declare const setLogLevel: (level: any) => 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