The JSON writer containing the start of the formatted log entry, meaning that
WriteStartObject() has been called for the top level JSON object and some fields have been written
but WriteEndObject() is yet to be called for the top level JSON object.
Do not call WriteEndObject() for the top level JSON object.
Type Parameter
Name
Description
TState
The type of the state information attached to the log entry.
[[["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-05-07 UTC."],[[["The latest version of the `Google.Cloud.Logging.Console` interface `IGoogleCloudConsoleLogAugmenter` is version 1.4.0, with previous versions available from 1.3.1 down to 1.0.0."],["`IGoogleCloudConsoleLogAugmenter` allows for augmenting formatted log entries with information not already included by the `GoogleCloudConsoleFormatter`."],["The `AugmentFormattedLogEntry` method, part of the `IGoogleCloudConsoleLogAugmenter` interface, takes in a `LogEntry`, `IExternalScopeProvider`, and `Utf8JsonWriter` as parameters to perform the log entry augmentation."],["The `AugmentFormattedLogEntry` method does not call `WriteEndObject()` for the top level JSON object, as it is expected that further fields will be written to it."],["`TState` is the type of state information associated with the log entry."]]],[]]