@autorest/common
Version:
Autorest common utilities
13 lines • 397 B
TypeScript
/**
* Class processing the logger and disatching async.
*/
export declare class LoggingSession {
private pendingMessage;
registerLog(sendMessage: () => Promise<unknown>): void;
/**
* Wait for any pending message to be sent.
*/
waitForMessages(): Promise<void>;
}
export declare const AutorestLoggingSession: LoggingSession;
//# sourceMappingURL=logging-session.d.ts.map