- 
                  
                  
Undocumented
Declaration
Swift
public static var defaultAllowHeaders: [String] { get } 
- 
                  
                  
Undocumented
Declaration
Swift
public var next: PipelineStage? 
- 
                  
                  
Undocumented
Declaration
Swift
public init(allowHeaders: [String] = LoggingPolicy.defaultAllowHeaders, allowQueryParams: [String] = []) 
- 
                  
                  
Declaration
Swift
public func on(request: PipelineRequest, completionHandler: @escaping OnRequestCompletionHandler) - 
                  
                  
Declaration
Swift
public func on(response: PipelineResponse, completionHandler: @escaping OnResponseCompletionHandler) - 
                  
                  
Declaration
Swift
public func on( error: AzureError, pipelineResponse: PipelineResponse, completionHandler: @escaping OnErrorCompletionHandler ) 
            View on GitHub
          
      LoggingPolicy Class Reference