An AppLogLine contains all the information for a single application
log. Specifically, this information is: (1) the time at which the logged
event occurred, (2) the level that the event was logged at, and (3) the
message associated with this event. AppLogLines may be inserted by the user
via logging frameworks, or by App Engine itself if we wish to alert the user
that certain events have occurred.
[[["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."],[[["`AppLogLine` is a class that holds information about a single application log event."],["Each `AppLogLine` includes the time of the event, the log level, and the message associated with it."],["The `AppLogLine` class is serializable and inherits from `java.lang.Object`."],["The class provides methods to get and set the time, log level, and log message of the logged event."],["The `AppLogLine` class also has implemented methods such as `equals`, `hashCode`, and `toString`."]]],[]]