[[["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."],[[["This documentation is for the `LogLine` class, part of the App Engine Logging Data v1 API within the `Google.Cloud.AppEngine.Logging.V1` namespace, specifically version 1.1.0."],["The `LogLine` class represents a single line of application log emitted during request processing, and it inherits from `object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes properties for `LogMessage` (a string containing the log message), `Severity` (the severity level of the log entry), `SourceLocation` (where in the source code the message was logged), and `Time` (the approximate time of the log entry)."],["There are two constructors for the `LogLine` class, one default constructor (`LogLine()`) and another that takes another `LogLine` instance as a parameter (`LogLine(LogLine other)`), allowing for cloning of a `LogLine` object."],["The LogLine class is located in the Google.Cloud.AppEngine.Logging.V1.dll assembly."]]],[]]