共用方式為


RequestPolicyOptions interface

與 RequestPolicy 相容的介面

方法

log(HttpPipelineLogLevel, string)
shouldLog(HttpPipelineLogLevel)

方法詳細資料

log(HttpPipelineLogLevel, string)

function log(logLevel: HttpPipelineLogLevel, message: string)

參數

message

string

shouldLog(HttpPipelineLogLevel)

function shouldLog(logLevel: HttpPipelineLogLevel): boolean

參數

傳回

boolean