Log the request body. The body is assumed to be ASCII, and non-printable charaters are replaced by '.'.
Warning: This causes the body content to be buffered in memory, so use with care for large requests.
RequestHeaders
Log the request headers.
RequestUri
Log the request URI.
ResponseAbnormal
Log abnormal response messages.
ResponseBody
Log the response body. The body is assumed to be ASCII, and non-printable characters are replaced by '.'.
Warning: This causes the body content to be buffered in memory, so use with care for large responses.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The `LogEventType` enum defines the types of request/response events that can be logged, with various versions available, including the latest 1.69.0 version."],["This enum, found in the `Google.Apis.Http` namespace, is part of the `Google.Apis.Core.dll` assembly and offers options such as logging request bodies, headers, URIs, response bodies, headers, and status."],["Logging request or response bodies buffers the content in memory, and this should be used cautiously for large requests or responses."],["The `Utilities.ThrowIfNull` extension method is available for use with `ConfigurableMessageHandler.LogEventType`."],["There is also an option to log no information at all with the `None` option."]]],[]]