UNPKG

simclimat-lib

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.

6 lines (5 loc) 158 B
export declare class CLogger { static debug: boolean; static log(message: any, logLevel?: String): void; static setDebug(debug: boolean): void; }