webcad-ue4-api/types/Common/Log.d.ts

12 lines
398 B
TypeScript
Raw Normal View History

type LogFunction = (message?: any, ...optionalParams: any[]) => void;
2021-01-28 10:17:21 +08:00
export declare const _LogInjectFunctions: LogFunction[];
export declare function Log(message?: any, ...optionalParams: any[]): void;
export declare const LogEnable: {
Display: boolean;
};
2022-02-16 11:15:31 +08:00
export declare const ReportErrorWrap: {
ReportError: any;
IsProduction: boolean;
};
2021-01-28 10:17:21 +08:00
export {};
//# sourceMappingURL=Log.d.ts.map