tplus-api
Version:
tplus api invoke
15 lines (14 loc) • 435 B
TypeScript
export default class LogStore {
logParam: {
start: boolean;
baseContextURL: string;
logStore: string;
appParam: {};
ignores: string[];
};
setLogConfigParam(start?: boolean, baseContextURL?: string, logStore?: string): void;
setLogStore(logStore: any): void;
setLogAppParam(appParam?: {}): void;
setLogIgnore(ignores?: any[]): void;
isUpload(baseURL: any): boolean;
}