UNPKG

gle

Version:

Global Log Engine: Environment-agnostic debugging & logging utility

4 lines (3 loc) 239 B
export declare function createLog(context: string): (...args: Array<any>) => void; export declare function log(context: string, ...logArgs: Array<any>): void; export declare function toggleContext(context: string, enabled: boolean): void;