[[["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-21 UTC."],[[["The `LogLine` class is part of the App Engine Logging Data v1 API and represents a single line of application log emitted during a request."],["This class implements several interfaces, including `IMessage\u003cLogLine\u003e`, `IEquatable\u003cLogLine\u003e`, `IDeepCloneable\u003cLogLine\u003e`, `IBufferMessage`, and `IMessage`, and inherits from `Object`."],["The `LogLine` class has constructors that allow for the creation of a new `LogLine` object, either empty or by copying another `LogLine` object."],["Key properties of the `LogLine` class include `LogMessage` (the app-provided log), `Severity` (the log's severity level), `SourceLocation` (where the log was written in the source code), and `Time` (the approximate time of the log entry)."],["The latest version of the `LogLine` API documentation is 1.2.0, but the context provided is for version 1.0.0."]]],[]]