IHttpPipelineLogger interface
A Logger that can be added to a HttpPipeline. This enables each RequestPolicy to log messages that can be used for debugging purposes.
Properties
minimum |
The log level threshold for what logs will be logged. |
Methods
log(Http |
Log the provided message. |
Property Details
minimumLogLevel
The log level threshold for what logs will be logged.
minimumLogLevel: HttpPipelineLogLevel
Property Value
Method Details
log(HttpPipelineLogLevel, string)
Log the provided message.
function log(logLevel: HttpPipelineLogLevel, message: string)
Parameters
- logLevel
- HttpPipelineLogLevel
The HttpLogDetailLevel associated with this message.
- message
-
string
The message to log.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript