@itwin/core-backend
Version:
iTwin.js backend components
10 lines • 414 B
TypeScript
/** @packageDocumentation
* @module RpcInterface
*/
import { RpcInvocation, RpcProtocolEvent, WebAppRpcLogging } from "@itwin/core-common";
export declare class WebAppRpcLoggingBackend extends WebAppRpcLogging {
protected logProtocolEvent(event: RpcProtocolEvent, object: RpcInvocation): Promise<void>;
protected getHostname(): string;
private logErrorBackend;
}
//# sourceMappingURL=logging.d.ts.map