webcad-ue4-api/types/Common/Log.d.ts
2021-07-28 10:23:42 +08:00

12 lines
406 B
TypeScript

declare 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