1 | import { ProgressLog } from "../../spi/log/ProgressLog";
|
2 |
|
3 |
|
4 |
|
5 | export declare class WriteToAllProgressLog implements ProgressLog {
|
6 | name: string;
|
7 | private readonly logs;
|
8 | constructor(name: string, log1: ProgressLog, log2: ProgressLog, ...others: ProgressLog[]);
|
9 | isAvailable(): Promise<boolean>;
|
10 | write(msg: string, ...args: string[]): void;
|
11 | flush(): Promise<void>;
|
12 | close(): Promise<void>;
|
13 | get log(): string;
|
14 | get url(): string;
|
15 | }
|
16 | //# sourceMappingURL=WriteToAllProgressLog.d.ts.map |
\ | No newline at end of file |