RequestPolicyOptions interface
與 RequestPolicy 相容的介面
方法
log(Http |
|
should |
方法詳細資料
log(HttpPipelineLogLevel, string)
function log(logLevel: HttpPipelineLogLevel, message: string)
參數
- logLevel
- HttpPipelineLogLevel
- message
-
string
shouldLog(HttpPipelineLogLevel)
function shouldLog(logLevel: HttpPipelineLogLevel): boolean
參數
- logLevel
- HttpPipelineLogLevel
傳回
boolean