HttpPipelineLogLevel enum
The different levels of logs that can be used with the HttpPipelineLogger.
Fields
OFF = 0 | A log level that indicates that no logs will be logged. |
ERROR = 1 | An error log. |
WARNING = 2 | A warning log. |
INFO = 3 | An information log. |