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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eLogEventType\u003c/code\u003e enum defines the types of request/response events that can be logged, with various versions available, including the latest 1.69.0 version.\u003c/p\u003e\n"],["\u003cp\u003eThis enum, found in the \u003ccode\u003eGoogle.Apis.Http\u003c/code\u003e namespace, is part of the \u003ccode\u003eGoogle.Apis.Core.dll\u003c/code\u003e assembly and offers options such as logging request bodies, headers, URIs, response bodies, headers, and status.\u003c/p\u003e\n"],["\u003cp\u003eLogging request or response bodies buffers the content in memory, and this should be used cautiously for large requests or responses.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUtilities.ThrowIfNull\u003c/code\u003e extension method is available for use with \u003ccode\u003eConfigurableMessageHandler.LogEventType\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere is also an option to log no information at all with the \u003ccode\u003eNone\u003c/code\u003e option.\u003c/p\u003e\n"]]],[],null,[]]