UNPKG

@gip-recia/esco-content-menu-lit

Version:

Web component to display into eyebrow menu a user information menu with profile picture and more.

16 lines 561 B
export default class LoggerHelper { private static bundle; /** * 1 : error * 2 : log * 3 : debug */ private static level; static setBundle(bundle: string): void; static setLevel(level: 1 | 2 | 3): void; private static handle; static error(module: string, message: string, ...paramaters: unknown[]): void; static log(module: string, message: string, ...paramaters: unknown[]): void; static debug(module: string, message: string, ...paramaters: unknown[]): void; } //# sourceMappingURL=loggerHelper.d.ts.map