RequestPolicyOptions interface

An interface for compatibility with RequestPolicy

Methods

log(HttpPipelineLogLevel, string)
shouldLog(HttpPipelineLogLevel)

Method Details

log(HttpPipelineLogLevel, string)

function log(logLevel: HttpPipelineLogLevel, message: string)

Parameters

message

string

shouldLog(HttpPipelineLogLevel)

function shouldLog(logLevel: HttpPipelineLogLevel): boolean

Parameters

Returns

boolean