webcad-api/types/Common/Log.d.ts
2023-05-08 10:53:13 +08:00

12 lines
398 B
TypeScript

type LogFunction = (message?: any, ...optionalParams: any[]) => void;
export declare const _LogInjectFunctions: LogFunction[];
export declare function Log(message?: any, ...optionalParams: any[]): void;
export declare const LogEnable: {
Display: boolean;
};
export declare const ReportErrorWrap: {
ReportError: any;
IsProduction: boolean;
};
export {};
//# sourceMappingURL=Log.d.ts.map