UNPKG

@autorest/common

Version:
13 lines 397 B
/** * 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