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."],[[["This webpage provides documentation for the `LogEventType` enum within the `Google.Apis.Http` namespace, specifically for version 1.55.0 of the Google.Apis library."],["The `LogEventType` enum is used to specify which types of request and response events should be logged, offering options such as `None`, `RequestBody`, `RequestHeaders`, `RequestUri`, `ResponseAbnormal`, `ResponseBody`, `ResponseHeaders`, and `ResponseStatus`."],["Logging request or response bodies (`RequestBody`, `ResponseBody`) may consume more memory as the content is buffered, advising caution when dealing with large data."],["The documentation includes a list of available fields within the `LogEventType` enum and provides their descriptions, including the type of logging they represent."],["An extension method called `Utilities.ThrowIfNull` associated with the `LogEventType` is also documented."]]],[]]