UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

12 lines (11 loc) 317 B
import { Rpc } from '../rpc'; import { RpcLogRecord } from './rpc-log-model'; export declare class RpcLogClient { /** * The log command. * * @param data the RpcLogRecord object. * @return Promise<void> the promise object. */ static log(rpc: Rpc, data: RpcLogRecord): Promise<void>; }