UNPKG

mframejs

Version:
11 lines (10 loc) 296 B
export declare class Logger { private name; private category; private id; constructor(name: string, category?: string); static getLogger(name: string, category?: string): Logger; static enable(): void; static disable(): void; log(...msg: any[]): void; }