azure-core
Public Attributes | List of all members
Azure::Core::Http::Policies::LogOptions Struct Referencefinal

Log options that parameterize the information being logged. More...

#include <policy.hpp>

Public Attributes

std::set< std::string > AllowedHttpQueryParameters
 HTTP query parameter names that are allowed to be logged. More...
 
Azure::Core::CaseInsensitiveSet AllowedHttpHeaders = _detail::g_defaultAllowedHttpHeaders
 HTTP header names that are allowed to be logged. More...
 

Detailed Description

Note
See https://azure.github.io/azure-sdk/general_azurecore.html#logging-policy.

Member Data Documentation

◆ AllowedHttpHeaders

Azure::Core::CaseInsensitiveSet Azure::Core::Http::Policies::LogOptions::AllowedHttpHeaders = _detail::g_defaultAllowedHttpHeaders

◆ AllowedHttpQueryParameters

std::set<std::string> Azure::Core::Http::Policies::LogOptions::AllowedHttpQueryParameters

The documentation for this struct was generated from the following file: