Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpPipelineLogger

Package version

A Logger that can be added to a HttpPipeline. This enables each RequestPolicy to log messages that can be used for debugging purposes.

Hierarchy

  • HttpPipelineLogger

Implemented by

Index

Properties

Methods

Properties

minimumLogLevel

minimumLogLevel: HttpPipelineLogLevel

The log level threshold for what logs will be logged.

Methods

log

  • Log the provided message.

    Parameters

    • logLevel: HttpPipelineLogLevel

      The HttpLogDetailLevel associated with this message.

    • message: string

      The message to log.

    Returns void

Generated using TypeDoc